Searched refs:getMethodInterceptors (Results 1 – 7 of 7) sorted by relevance
104 getMethodInterceptors() { in getMethodInterceptors() method in DefaultConstructionProxyFactory.FastClassProxy147 getMethodInterceptors() { in getMethodInterceptors() method in DefaultConstructionProxyFactory.ReflectiveProxy
47 ImmutableMap<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors(); in getMethodInterceptors() method
213 public Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors() { in getMethodInterceptors() method in ConstructorBindingImpl215 return factory.constructorInjector.getConstructionProxy().getMethodInterceptors(); in getMethodInterceptors()
284 public ImmutableMap<Method, List<MethodInterceptor>> getMethodInterceptors() { in getMethodInterceptors() method in ProxyFactory.ProxyConstructor
52 Map<Method, List<org.aopalliance.intercept.MethodInterceptor>> getMethodInterceptors(); in getMethodInterceptors() method
204 interceptedBinding.getMethodInterceptors()); in testSpiAccessToInterceptors()210 nonInterceptedBinding.getMethodInterceptors()); in testSpiAccessToInterceptors()
1271 assertEquals(ImmutableMap.of(), constructorBinding.getMethodInterceptors()); in testBindToConstructor()