Home
last modified time | relevance | path

Searched refs:bindInterceptor (Results 1 – 19 of 19) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java71 bindInterceptor( in testSharedProxyClasses()
111 bindInterceptor( in testSharedProxyClasses()
131 bindInterceptor( in testGetThis()
155 bindInterceptor( in testInterceptingFinalClass()
187 bindInterceptor( in testSpiAccessToInterceptors()
189 bindInterceptor( in testSpiAccessToInterceptors()
222 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()
223 bindInterceptor(Matchers.any(), Matchers.any(), new CountingInterceptor()); in testInterceptedMethodThrows()
249 bindInterceptor( in testNotInterceptedMethodsInInterceptedClassDontAddFrames()
309 bindInterceptor( in testInterceptingNonBridgeWorks()
[all …]
DTypeListenerTest.java182 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(
DIntegrationTest.java37 bindInterceptor(any(), any(), counter); in testIntegration()
DParentInjectorTest.java161 super.bindInterceptor( in testInterceptorsInherited()
DBindingTest.java331 bindInterceptor(Matchers.any(), Matchers.any(), countingInterceptor); in testToConstructorAndMethodInterceptors()
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java82 bindInterceptor( in testInterceptedDefaultMethod()
100 bindInterceptor( in testInterceptedDefaultMethod_calledByAnotherMethod()
129 bindInterceptor( in testInterceptedDefaultMethod_whenParentClassDefinesNonInterceptedMethod()
165 bindInterceptor( in testInterceptedDefaultMethod_whenParentClassDefinesInterceptedMethod()
200 bindInterceptor(Matchers.subclassesOf(Baz.class), Matchers.any(), interceptor); in testInterception_ofAllMethodsOnType()
219 bindInterceptor(Matchers.subclassesOf(BazImpl.class), Matchers.any(), interceptor); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()
/external/guice/extensions/persist/src/com/google/inject/persist/
DPersistModule.java42 bindInterceptor(annotatedWith(Transactional.class), any(), getTransactionInterceptor()); in configure()
44 bindInterceptor(any(), annotatedWith(Transactional.class), getTransactionInterceptor()); in configure()
/external/guice/core/src/com/google/inject/
DAbstractModule.java142 protected void bindInterceptor( in bindInterceptor() method in AbstractModule
146 binder().bindInterceptor(classMatcher, methodMatcher, interceptors); in bindInterceptor()
DPrivateModule.java204 protected final void bindInterceptor( in bindInterceptor() method in PrivateModule
208 binder().bindInterceptor(classMatcher, methodMatcher, interceptors); in bindInterceptor()
DBinder.java203 void bindInterceptor( in bindInterceptor() method
/external/guice/core/src/com/google/inject/spi/
DTypeEncounter.java116 void bindInterceptor( in bindInterceptor() method
DInterceptorBinding.java87 .bindInterceptor( in applyTo()
DElements.java222 public void bindInterceptor( in bindInterceptor() method in Elements.RecordingBinder
/external/guice/core/test/com/googlecode/guice/
DBytecodeGenTest.java51 bindInterceptor(
67 bindInterceptor(
/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java63 public void bindInterceptor( in bindInterceptor() method in EncounterImpl
/external/guice/core/test/com/google/inject/internal/util/
DLineNumbersTest.java68 bindInterceptor( in testCanHandleLineNumbersForGuiceGeneratedClasses()
/external/guice/core/test/com/googlecode/guice/bundle/
DOSGiTestActivator.java501 bindInterceptor( in configure()
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProvider2Test.java893 bindInterceptor(Matchers.any(), Matchers.any(), interceptor); in testMethodInterceptorsOnAssistedTypes()
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java745 bindInterceptor(classMatcher, methodMatcher, methodInterceptor); in testBindIntercepor()