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

  /external/guice/core/src/com/google/inject/internal/
MethodAspect.java 37 private final Matcher<? super Method> methodMatcher;
43 * @param methodMatcher matches methods the interceptor should apply to. For example: {@code
48 Matcher<? super Method> methodMatcher, List<MethodInterceptor> interceptors) {
50 this.methodMatcher = checkNotNull(methodMatcher, "method matcher");
55 Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) {
56 this(classMatcher, methodMatcher, Arrays.asList(interceptors));
64 return methodMatcher.matches(method);
  /external/guice/core/src/com/google/inject/spi/
InterceptorBinding.java 48 private final Matcher<? super Method> methodMatcher;
54 Matcher<? super Method> methodMatcher,
58 this.methodMatcher = checkNotNull(methodMatcher, "methodMatcher");
71 return methodMatcher;
83 binder.withSource(getSource()).bindInterceptor(classMatcher, methodMatcher,
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 692 final Matcher<Object> methodMatcher = Matchers.any();
703 bindInterceptor(classMatcher, methodMatcher, methodInterceptor);
710 assertSame(methodMatcher, command.getMethodMatcher());
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 

Completed in 629 milliseconds