Package | Description |
---|---|
com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar . |
com.google.inject.grapher.graphviz | |
com.google.inject.jndi |
JNDI integration; this extension requires
guice-jndi.jar . |
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
com.google.inject.util |
Helper methods for working with Guice.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
FactoryProvider2.initialize(Injector injector)
At injector-creation time, we initialize the invocation handler.
|
(package private) void |
FactoryProvider.setInjectorAndCheckUnboundParametersAreInjectable(Injector injector)
Deprecated.
|
Constructor and Description |
---|
GraphvizGrapher(NameFactory nameFactory,
PortIdFactory portIdFactory) |
Modifier and Type | Field and Description |
---|---|
(package private) javax.naming.Context |
JndiIntegration.JndiProvider.context |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MapBinder.RealMapBinder.RealProviderMapProvider.initialize(Injector injector) |
(package private) void |
MapBinder.RealMapBinder.MultimapBinder.RealProviderMultimapProvider.initialize(Injector injector) |
(package private) void |
Multibinder.RealMultibinder.initialize(Injector injector)
Invoked by Guice at Injector-creation time to prepare providers for each
element in this set.
|
(package private) void |
OptionalBinder.RealOptionalBinder.RealOptionalProviderProvider.initialize(Injector injector) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
GuiceFilter.setPipeline(FilterPipeline pipeline) |
Constructor and Description |
---|
BackwardsCompatibleServletContextProvider() |
GuiceFilter(FilterPipeline filterPipeline) |
ManagedFilterPipeline(Injector injector,
ManagedServletPipeline servletPipeline,
Provider<javax.servlet.ServletContext> servletContext) |
ManagedServletPipeline(Injector injector) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Providers.GuicifiedProviderWithDependencies.initialize(Injector injector) |