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 classDefaultConstructionProxyFactory.FastClassProxy<T>AConstructionProxythat uses FastClass to invoke the constructor.private static classDefaultConstructionProxyFactory.ReflectiveProxy<T>private static classProxyFactory.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. constructionProxyMethods 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)
-