HomeSort by relevance Sort by last modified time
    Searched refs:methodMatcher (Results 1 - 12 of 12) sorted by null

  /external/guice/core/src/com/google/inject/internal/
MethodAspect.java 35 private final Matcher<? super Method> methodMatcher;
41 * @param methodMatcher matches methods the interceptor should apply to. For example: {@code
47 Matcher<? super Method> methodMatcher,
50 this.methodMatcher = checkNotNull(methodMatcher, "method matcher");
56 Matcher<? super Method> methodMatcher,
58 this(classMatcher, methodMatcher, Arrays.asList(interceptors));
66 return methodMatcher.matches(method);
EncounterImpl.java 64 Matcher<? super Method> methodMatcher,
73 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors));
  /external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java 47 private final Matcher<? super Method> methodMatcher;
53 Matcher<? super Method> methodMatcher,
57 this.methodMatcher = checkNotNull(methodMatcher, "methodMatcher");
71 return methodMatcher;
89 methodMatcher,
TypeEncounter.java 112 * @param methodMatcher matches methods the interceptor should apply to. For example: {@code
117 Matcher<? super Method> methodMatcher,
Elements.java 224 Matcher<? super Method> methodMatcher,
227 new InterceptorBinding(getElementSource(), classMatcher, methodMatcher, interceptors));
  /external/guice/core/src/com/google/inject/
AbstractModule.java 144 Matcher<? super Method> methodMatcher,
146 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
PrivateModule.java 206 Matcher<? super Method> methodMatcher,
208 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
Binder.java 199 * @param methodMatcher matches methods the interceptor should apply to. For example: {@code
205 Matcher<? super Method> methodMatcher,
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 732 final Matcher<Object> methodMatcher = Matchers.any();
745 bindInterceptor(classMatcher, methodMatcher, methodInterceptor);
752 assertSame(methodMatcher, command.getMethodMatcher());
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 241 milliseconds