Searched refs:getInterceptors (Results 1 – 4 of 4) sorted by relevance
35 command.getClassMatcher(), command.getMethodMatcher(), command.getInterceptors())); in visit()
153 public ImmutableMap<Method, List<MethodInterceptor>> getInterceptors() { in getInterceptors() method in ProxyFactory
74 public List<MethodInterceptor> getInterceptors() { in getInterceptors() method in InterceptorBinding
711 assertEquals(Arrays.asList(methodInterceptor), command.getInterceptors()); in testBindIntercepor()