Searched defs:methodMatcher (Results 1 – 9 of 9) sorted by relevance
37 private final Matcher<? super Method> methodMatcher; field in MethodAspect48 Matcher<? super Method> methodMatcher, List<MethodInterceptor> interceptors) { in MethodAspect()55 Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) { in MethodAspect()
67 public void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor()
48 private final Matcher<? super Method> methodMatcher; field in InterceptorBinding54 Matcher<? super Method> methodMatcher, in InterceptorBinding()
119 void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor()
226 Matcher<? super Method> methodMatcher, in bindInterceptor()
169 Matcher<? super Method> methodMatcher, in bindInterceptor()
227 Matcher<? super Method> methodMatcher, in bindInterceptor()
692 final Matcher<Object> methodMatcher = Matchers.any(); in testBindIntercepor() local