MCPcopy Index your code
hub / github.com/google/guice / binder

Method binder

core/src/com/google/inject/PrivateModule.java:142–145  ·  view source on GitHub ↗

Returns the current binder.

()

Source from the content-addressed store, hash-verified

140
141 /** Returns the current binder. */
142 protected PrivateBinder binder() {
143 checkState(binder != null, "The binder can only be used inside configure()");
144 return binder;
145 }
146
147 /** @see Binder#bindScope(Class, Scope) */
148 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) {

Callers 15

exposeMethod · 0.95
bindScopeMethod · 0.95
bindMethod · 0.95
bindConstantMethod · 0.95
installMethod · 0.95
addErrorMethod · 0.95
requestInjectionMethod · 0.95
bindInterceptorMethod · 0.95
requireBindingMethod · 0.95
getProviderMethod · 0.95
convertToTypesMethod · 0.95

Calls 1

checkStateMethod · 0.80

Tested by 15

configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36
configureMethod · 0.36