Searched defs:classMatcher (Results 1 – 7 of 7) sorted by relevance
36 private final Matcher<? super Class<?>> classMatcher; field in MethodAspect47 MethodAspect(Matcher<? super Class<?>> classMatcher, in MethodAspect()54 MethodAspect(Matcher<? super Class<?>> classMatcher, in MethodAspect()
47 private final Matcher<? super Class<?>> classMatcher; field in InterceptorBinding53 Matcher<? super Class<?>> classMatcher, in InterceptorBinding()
225 Matcher<? super Class<?>> classMatcher, in bindInterceptor()
168 protected void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor()
226 protected final void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor()
226 void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor()
691 final Matcher<Class> classMatcher = Matchers.subclassesOf(List.class); in testBindIntercepor() local