Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultConstructionProxyFactory.ReflectiveProxy<T> |
Modifier and Type | Field and Description |
---|---|
private ConstructionProxy<T> |
ConstructorInjector.constructionProxy |
Modifier and Type | Method and Description |
---|---|
ConstructionProxy<T> |
ConstructionProxyFactory.create()
Gets a construction proxy for the given constructor.
|
ConstructionProxy<T> |
DefaultConstructionProxyFactory.create() |
(package private) ConstructionProxy<T> |
ConstructorInjector.getConstructionProxy() |
Constructor and Description |
---|
ConstructorInjector(java.util.Set<InjectionPoint> injectableMembers,
ConstructionProxy<T> constructionProxy,
SingleParameterInjector<?>[] parameterInjectors,
MembersInjectorImpl<T> membersInjector) |