Home
last modified time | relevance | path

Searched refs:getMethodInterceptors (Results 1 – 7 of 7) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java104 getMethodInterceptors() { in getMethodInterceptors() method in DefaultConstructionProxyFactory.FastClassProxy
147 getMethodInterceptors() { in getMethodInterceptors() method in DefaultConstructionProxyFactory.ReflectiveProxy
DConstructionProxy.java47 ImmutableMap<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors(); in getMethodInterceptors() method
DConstructorBindingImpl.java213 public Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors() { in getMethodInterceptors() method in ConstructorBindingImpl
215 return factory.constructorInjector.getConstructionProxy().getMethodInterceptors(); in getMethodInterceptors()
DProxyFactory.java284 public ImmutableMap<Method, List<MethodInterceptor>> getMethodInterceptors() { in getMethodInterceptors() method in ProxyFactory.ProxyConstructor
/external/guice/core/src/com/google/inject/spi/
DConstructorBinding.java52 Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors(); in getMethodInterceptors() method
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java204 interceptedBinding.getMethodInterceptors()); in testSpiAccessToInterceptors()
210 nonInterceptedBinding.getMethodInterceptors()); in testSpiAccessToInterceptors()
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java1271 assertEquals(ImmutableMap.of(), constructorBinding.getMethodInterceptors()); in testBindToConstructor()