Uses of Interface
com.google.inject.internal.ConstructionProxy
-
Packages that use ConstructionProxy Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of ConstructionProxy in com.google.inject.internal
Classes in com.google.inject.internal that implement ConstructionProxy Modifier and Type Class Description private static class
DefaultConstructionProxyFactory.FastClassProxy<T>
AConstructionProxy
that uses bytecode generation to invoke the constructor.private static class
DefaultConstructionProxyFactory.ReflectiveProxy<T>
private static class
ProxyFactory.ProxyConstructor<T>
Constructs instances that participate in AOP.Fields in com.google.inject.internal declared as ConstructionProxy Modifier and Type Field Description private ConstructionProxy<T>
ConstructorInjector. constructionProxy
Methods in com.google.inject.internal that return ConstructionProxy Modifier and Type Method Description ConstructionProxy<T>
ConstructionProxyFactory. create()
Gets a construction proxy for the given constructor.ConstructionProxy<T>
DefaultConstructionProxyFactory. create()
ConstructionProxy<T>
ProxyFactory. create()
(package private) ConstructionProxy<T>
ConstructorInjector. getConstructionProxy()
Constructors in com.google.inject.internal with parameters of type ConstructionProxy Constructor Description ConstructorInjector(java.util.Set<InjectionPoint> injectableMembers, ConstructionProxy<T> constructionProxy, SingleParameterInjector<?>[] parameterInjectors, MembersInjectorImpl<T> membersInjector)
-