Package | Description |
---|---|
com.google.inject.assistedinject |
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar . |
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Class and Description |
---|---|
(package private) class |
FactoryProvider2<F>
The newer implementation of factory provider.
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderMethod<T>
A provider that invokes a method and returns its result.
|
private static class |
ProviderMethod.ReflectionProviderMethod<T>
A
ProviderMethod implementation that invokes the method using normal java reflection. |
private static class |
RealMapBinder.RealMapProvider<K,V> |
private static class |
RealMultibinder.RealMultibinderProvider<T> |
private static class |
RealOptionalBinder.JavaOptionalProvider<T>
Provides the binding for java.util.Optional
|
private static class |
RealOptionalBinder.RealOptionalKeyProvider<T>
Provides the binding for Optional
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FilterDefinition
An internal representation of a filter definition against a particular URI pattern.
|
(package private) class |
ServletDefinition
An internal representation of a servlet definition mapped to a particular URI pattern.
|