HomeSort by relevance Sort by last modified time
    Searched refs:bindInterceptor (Results 1 - 20 of 20) sorted by null

  /external/guice/extensions/persist/src/com/google/inject/persist/
PersistModule.java 42 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor());
44 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor());
  /external/guice/jdk8-tests/test/com/google/inject/jdk8/
DefaultMethodInterceptionTest.java 82 bindInterceptor(
100 bindInterceptor(
129 bindInterceptor(
165 bindInterceptor(
200 bindInterceptor(Matchers.subclassesOf(Baz.class), Matchers.any(), interceptor);
219 bindInterceptor(Matchers.subclassesOf(BazImpl.class), Matchers.any(), interceptor);
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 71 bindInterceptor(
111 bindInterceptor(
131 bindInterceptor(
155 bindInterceptor(
187 bindInterceptor(
189 bindInterceptor(
222 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor());
223 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor());
249 bindInterceptor(
309 bindInterceptor(
    [all...]
IntegrationTest.java 37 bindInterceptor(any(), any(), counter);
TypeListenerTest.java 182 bindInterceptor(any(), buzz, prefixInterceptor("ka"));
183 bindInterceptor(any(), any(), prefixInterceptor("fe"));
190 encounter.bindInterceptor(any(), prefixInterceptor("li"));
191 encounter.bindInterceptor(buzz, prefixInterceptor("no"));
678 encounter.bindInterceptor(
ParentInjectorTest.java 161 super.bindInterceptor(
BindingTest.java 331 bindInterceptor(Matchers.any(), Matchers.any(), countingInterceptor);
  /external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java 30 * explicitly in a module using {@link com.google.inject.Binder#bindInterceptor( Matcher, Matcher,
31 * MethodInterceptor[]) bindInterceptor()} statements:
34 * bindInterceptor(Matchers.subclassesOf(MyAction.class),
38 * or from an injectable type listener using {@link TypeEncounter#bindInterceptor(Matcher,
39 * org.aopalliance.intercept.MethodInterceptor[]) TypeEncounter.bindInterceptor()}.
87 .bindInterceptor(
TypeEncounter.java 116 void bindInterceptor(
Elements.java 222 public void bindInterceptor(
  /external/guice/core/src/com/google/inject/
AbstractModule.java 139 * @see Binder#bindInterceptor(com.google.inject.matcher.Matcher,
142 protected void bindInterceptor(
146 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
PrivateModule.java 201 * @see Binder#bindInterceptor(com.google.inject.matcher.Matcher,
204 protected final void bindInterceptor(
208 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
Binder.java 175 * <p>The other methods of Binder such as {@link #bindScope}, {@link #bindInterceptor}, {@link
203 void bindInterceptor(
  /external/guice/core/src/com/google/inject/internal/
EncounterImpl.java 63 public void bindInterceptor(
  /external/guice/core/test/com/google/inject/internal/util/
LineNumbersTest.java 68 bindInterceptor(
  /external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java 51 bindInterceptor(
67 bindInterceptor(
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 501 bindInterceptor(
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 745 bindInterceptor(classMatcher, methodMatcher, methodInterceptor);
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 893 bindInterceptor(Matchers.any(), Matchers.any(), interceptor);
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 973 milliseconds