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

  /external/guice/core/src/com/google/inject/spi/
TypeEncounter.java 119 void bindInterceptor(Matcher<? super Method> methodMatcher,
Elements.java 224 public void bindInterceptor(
  /external/guice/core/src/com/google/inject/
AbstractModule.java 164 * @see Binder#bindInterceptor(com.google.inject.matcher.Matcher,
168 protected void bindInterceptor(Matcher<? super Class<?>> classMatcher,
171 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
Binder.java 197 * {@link #bindInterceptor}, {@link #install}, {@link #requestStaticInjection},
226 void bindInterceptor(Matcher<? super Class<?>> classMatcher,
PrivateModule.java 224 * @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,
229 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
  /external/guice/core/src/com/google/inject/internal/
EncounterImpl.java 67 public void bindInterceptor(Matcher<? super Method> methodMatcher,
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 448 bindInterceptor(new AbstractMatcher<Class<?>>() {
  /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 

Completed in 619 milliseconds