MCPcopy Create free account
hub / github.com/google/guice / bindInterceptor

Method bindInterceptor

core/src/com/google/inject/AbstractModule.java:149–154  ·  view source on GitHub ↗

@see Binder#bindInterceptor

(
      Matcher<? super Class<?>> classMatcher,
      Matcher<? super Method> methodMatcher,
      MethodInterceptor... interceptors)

Source from the content-addressed store, hash-verified

147
148 /** @see Binder#bindInterceptor */
149 protected void bindInterceptor(
150 Matcher<? super Class<?>> classMatcher,
151 Matcher<? super Method> methodMatcher,
152 MethodInterceptor... interceptors) {
153 binder().bindInterceptor(classMatcher, methodMatcher, interceptors);
154 }
155
156 /**
157 * Adds a dependency from this module to {@code key}. When the injector is created, Guice will

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
bindInterceptorMethod · 0.65

Tested by

no test coverage detected