Home
last modified time | relevance | path

Searched defs:bindInterceptor (Results 1 – 6 of 6) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
DTypeEncounter.java119 void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor() method
DElements.java224 public void bindInterceptor( in bindInterceptor() method in Elements.RecordingBinder
/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java67 public void bindInterceptor(Matcher<? super Method> methodMatcher, in bindInterceptor() method in EncounterImpl
/external/guice/core/src/com/google/inject/
DAbstractModule.java168 protected void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor() method in AbstractModule
DPrivateModule.java226 protected final void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor() method in PrivateModule
DBinder.java226 void bindInterceptor(Matcher<? super Class<?>> classMatcher, in bindInterceptor() method