Package com.google.inject.internal
Class DefaultConstructionProxyFactory<T>
java.lang.Object
com.google.inject.internal.DefaultConstructionProxyFactory<T>
- All Implemented Interfaces:
ConstructionProxyFactory<T>
final class DefaultConstructionProxyFactory<T>
extends Object
implements ConstructionProxyFactory<T>
Produces construction proxies that invoke the class constructor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
AConstructionProxy
that uses bytecode generation to invoke the constructor.private static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
injectionPoint
-
-
Constructor Details
-
DefaultConstructionProxyFactory
DefaultConstructionProxyFactory(InjectionPoint injectionPoint) - Parameters:
injectionPoint
- an injection point whose member is a constructor ofT
.
-
-
Method Details
-
create
Description copied from interface:ConstructionProxyFactory
Gets a construction proxy for the given constructor.- Specified by:
create
in interfaceConstructionProxyFactory<T>
-