|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.spi.DefaultConstructionProxyFactory
public class DefaultConstructionProxyFactory
Default ConstructionProxyFactory
implementation. Simply invokes the
constructor. Can be reused by other ConstructionProxyFactory
implementations.
Constructor Summary | |
---|---|
DefaultConstructionProxyFactory()
|
Method Summary | ||
---|---|---|
|
get(java.lang.reflect.Constructor<T> constructor)
Gets a construction proxy for the given constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultConstructionProxyFactory()
Method Detail |
---|
public <T> ConstructionProxy<T> get(java.lang.reflect.Constructor<T> constructor)
ConstructionProxyFactory
get
in interface ConstructionProxyFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |