Searched defs:bindInterceptor (Results 1 - 7 of 7) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
H A DTypeEncounter.java119 void bindInterceptor(Matcher<? super Method> methodMatcher, method in interface:TypeEncounter
H A DElements.java224 public void bindInterceptor( method in class:Elements.RecordingBinder
/external/guice/core/src/com/google/inject/
H A DAbstractModule.java164 * @see Binder#bindInterceptor(com.google.inject.matcher.Matcher,
168 protected void bindInterceptor(Matcher<? super Class<?>> classMatcher, method in class:AbstractModule
171 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
H A DBinder.java197 * {@link #bindInterceptor}, {@link #install}, {@link #requestStaticInjection},
226 void bindInterceptor(Matcher<? super Class<?>> classMatcher, method in interface:Binder
H A DPrivateModule.java224 * @see Binder#bindInterceptor(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher, org.aopalliance.intercept.MethodInterceptor[])
226 protected final void bindInterceptor(Matcher<? super Class<?>> classMatcher, method in class:PrivateModule
229 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
/external/guice/core/src/com/google/inject/internal/
H A DEncounterImpl.java67 public void bindInterceptor(Matcher<? super Method> methodMatcher, method in class:EncounterImpl
/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/ ...

Completed in 206 milliseconds