|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.inject.intercept.ProxyFactory
public class ProxyFactory
Proxies classes applying interceptors to methods as specified in
ProxyFactoryBuilder
.
Method Summary | ||
---|---|---|
|
get(java.lang.reflect.Constructor<T> constructor)
Gets a construction proxy for the given constructor. |
|
|
getFactory(java.lang.Class<T> type)
Gets a factory for the given type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public <T> Factory<T> getFactory(java.lang.Class<T> type) throws java.lang.NoSuchMethodException
RuntimeException
including
InvocationTargetException
.
java.lang.NoSuchMethodException
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 |