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

Method applyTo

core/src/com/google/inject/spi/Element.java:62–62  ·  view source on GitHub ↗

Writes this module element to the given binder (optional operation). @param binder to apply configuration element to @throws UnsupportedOperationException if the applyTo method is not supported by this element.

(Binder binder)

Source from the content-addressed store, hash-verified

60 * element.
61 */
62 void applyTo(Binder binder);
63}

Callers 11

configureMethod · 0.65
applyToMethod · 0.65
configureMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
applyToMethod · 0.65
rewriteMethod · 0.65
visitOtherMethod · 0.65
configureMethod · 0.65

Implementers 15

ProvisionListenerBindingcore/src/com/google/inject/spi/Provisi
ModuleAnnotatedMethodScannerBindingcore/src/com/google/inject/spi/ModuleA
MembersInjectorLookupcore/src/com/google/inject/spi/Members
StaticInjectionRequestcore/src/com/google/inject/spi/StaticI
TypeConverterBindingcore/src/com/google/inject/spi/TypeCon
InterceptorBindingcore/src/com/google/inject/spi/Interce
InjectionRequestcore/src/com/google/inject/spi/Injecti
DisableCircularProxiesOptioncore/src/com/google/inject/spi/Disable
RequireExplicitBindingsOptioncore/src/com/google/inject/spi/Require
RequireAtInjectOnConstructorsOptioncore/src/com/google/inject/spi/Require
ScopeBindingcore/src/com/google/inject/spi/ScopeBi
Messagecore/src/com/google/inject/spi/Message

Calls

no outgoing calls

Tested by

no test coverage detected