Searched refs:methodMatcher (Results 1 - 11 of 11) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
H A DMethodAspect.java37 private final Matcher<? super Method> methodMatcher; field in class:MethodAspect
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);
47 MethodAspect(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, List<MethodInterceptor> interceptors) argument
54 MethodAspect(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors) argument
H A DEncounterImpl.java67 public void bindInterceptor(Matcher<? super Method> methodMatcher, argument
76 aspects.add(new MethodAspect(Matchers.any(), methodMatcher, interceptors));
/external/guice/core/src/com/google/inject/spi/
H A DInterceptorBinding.java48 private final Matcher<? super Method> methodMatcher; field in class:InterceptorBinding
54 Matcher<? super Method> methodMatcher,
58 this.methodMatcher = checkNotNull(methodMatcher, "methodMatcher");
71 return methodMatcher;
83 binder.withSource(getSource()).bindInterceptor(classMatcher, methodMatcher,
51 InterceptorBinding( Object source, Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, MethodInterceptor[] interceptors) argument
H A DTypeEncounter.java115 * @param methodMatcher matches methods the interceptor should apply to. For
119 void bindInterceptor(Matcher<? super Method> methodMatcher, argument
H A DElements.java226 Matcher<? super Method> methodMatcher,
229 getElementSource(), classMatcher, methodMatcher, interceptors));
224 bindInterceptor( Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, org.aopalliance.intercept.MethodInterceptor... interceptors) argument
/external/guice/core/src/com/google/inject/
H A DAbstractModule.java169 Matcher<? super Method> methodMatcher,
171 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
168 bindInterceptor(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, org.aopalliance.intercept.MethodInterceptor... interceptors) argument
H A DPrivateModule.java227 Matcher<? super Method> methodMatcher,
229 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
226 bindInterceptor(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, org.aopalliance.intercept.MethodInterceptor... interceptors) argument
H A DBinder.java221 * @param methodMatcher matches methods the interceptor should apply to. For
227 Matcher<? super Method> methodMatcher,
226 bindInterceptor(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, org.aopalliance.intercept.MethodInterceptor... interceptors) argument
/external/guice/core/test/com/google/inject/spi/
H A DElementsTest.java692 final Matcher<Object> methodMatcher = Matchers.any();
703 bindInterceptor(classMatcher, methodMatcher, methodInterceptor);
710 assertSame(methodMatcher, command.getMethodMatcher());
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...

Completed in 193 milliseconds