Searched defs:methodMatcher (Results 1 – 9 of 9) sorted by relevance
35 private final Matcher<? super Method> methodMatcher; field in MethodAspect47 Matcher<? super Method> methodMatcher, in MethodAspect()56 Matcher<? super Method> methodMatcher, in MethodAspect()
64 Matcher<? super Method> methodMatcher, in bindInterceptor()
47 private final Matcher<? super Method> methodMatcher; field in InterceptorBinding53 Matcher<? super Method> methodMatcher, in InterceptorBinding()
117 Matcher<? super Method> methodMatcher, in bindInterceptor()
224 Matcher<? super Method> methodMatcher, in bindInterceptor()
144 Matcher<? super Method> methodMatcher, in bindInterceptor()
206 Matcher<? super Method> methodMatcher, in bindInterceptor()
205 Matcher<? super Method> methodMatcher, in bindInterceptor()
732 final Matcher<Object> methodMatcher = Matchers.any(); in testBindIntercepor() local