Uses of Class
spin.ProxyFactory
-
Packages that use ProxyFactory Package Description spin spin.proxy -
-
Uses of ProxyFactory in spin
Methods in spin that return ProxyFactory Modifier and Type Method Description static ProxyFactorySpin. getDefaultProxyFactory()Get the default proxy factory.Methods in spin with parameters of type ProxyFactory Modifier and Type Method Description static voidSpin. setDefaultProxyFactory(ProxyFactory factory)Set the default factory of proxies.Constructors in spin with parameters of type ProxyFactory Constructor Description Spin(java.lang.Object object, ProxyFactory proxyFactory, Evaluator evaluator)Create a Spin wrapper for the given object. -
Uses of ProxyFactory in spin.proxy
Subclasses of ProxyFactory in spin.proxy Modifier and Type Class Description classCGLibProxyFactoryA factory of proxies utilizing CGLib.classJDKProxyFactoryA factory of proxies utilizing JDK virtual proxies.
-