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

Method requestInjection

core/src/com/google/inject/Binder.java:237–237  ·  view source on GitHub ↗

Upon successful creation, the Injector will inject instance fields and methods of the given object. @param type of instance @param instance for which members will be injected @since 2.0

(TypeLiteral<T> type, T instance)

Source from the content-addressed store, hash-verified

235 * @since 2.0
236 */
237 <T> void requestInjection(TypeLiteral<T> type, T instance);
238
239 /**
240 * Upon successful creation, the {@link Injector} will inject instance fields and methods of the

Callers 15

configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65
configureMethod · 0.65

Implementers 1

RecordingBindercore/src/com/google/inject/spi/Element

Calls

no outgoing calls

Tested by 14

configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52
configureMethod · 0.52