Home
last modified time | relevance | path

Searched defs:methodMatcher (Results 1 – 9 of 9) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DMethodAspect.java37 private final Matcher<? super Method> methodMatcher; field in MethodAspect
48 Matcher<? super Method> methodMatcher, List<MethodInterceptor> interceptors) { in MethodAspect()
55 Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) { in MethodAspect()
DEncounterImpl.java67 public void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor()
/external/guice/core/src/com/google/inject/spi/
DInterceptorBinding.java48 private final Matcher<? super Method> methodMatcher; field in InterceptorBinding
54 Matcher<? super Method> methodMatcher, in InterceptorBinding()
DTypeEncounter.java119 void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor()
DElements.java226 Matcher<? super Method> methodMatcher, in bindInterceptor()
/external/guice/core/src/com/google/inject/
DAbstractModule.java169 Matcher<? super Method> methodMatcher, in bindInterceptor()
DPrivateModule.java227 Matcher<? super Method> methodMatcher, in bindInterceptor()
DBinder.java227 Matcher<? super Method> methodMatcher, in bindInterceptor()
/external/guice/core/test/com/google/inject/spi/
DElementsTest.java692 final Matcher<Object> methodMatcher = Matchers.any(); in testBindIntercepor() local