Uses of Class
com.google.inject.Inject
-
Packages that use Inject Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
.com.google.inject.grapher.graphviz com.google.inject.jndi JNDI integration; this extension requiresguice-jndi.jar
.com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
.com.google.inject.util Helper methods for working with Guice. -
-
Uses of Inject in com.google.inject.assistedinject
Methods in com.google.inject.assistedinject with annotations of type Inject Modifier and Type Method 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. -
Uses of Inject in com.google.inject.grapher.graphviz
Constructors in com.google.inject.grapher.graphviz with annotations of type Inject Constructor Description GraphvizGrapher(NameFactory nameFactory, PortIdFactory portIdFactory)
-
Uses of Inject in com.google.inject.jndi
Fields in com.google.inject.jndi with annotations of type Inject Modifier and Type Field Description (package private) javax.naming.Context
JndiIntegration.JndiProvider. context
-
Uses of Inject in com.google.inject.servlet
Methods in com.google.inject.servlet with annotations of type Inject Modifier and Type Method Description (package private) static void
GuiceFilter. setPipeline(FilterPipeline pipeline)
Constructors in com.google.inject.servlet with annotations of type Inject Constructor Description BackwardsCompatibleServletContextProvider()
GuiceFilter(FilterPipeline filterPipeline)
ManagedFilterPipeline(Injector injector, ManagedServletPipeline servletPipeline, Provider<javax.servlet.ServletContext> servletContext)
ManagedServletPipeline(Injector injector)
-
Uses of Inject in com.google.inject.util
Methods in com.google.inject.util with annotations of type Inject Modifier and Type Method Description (package private) void
Providers.GuicifiedProviderWithDependencies. initialize(Injector injector)
-