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 ProxyFactory
Spin. getDefaultProxyFactory()
Get the default proxy factory.Methods in spin with parameters of type ProxyFactory Modifier and Type Method Description static void
Spin. 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 class
CGLibProxyFactory
A factory of proxies utilizing CGLib.class
JDKProxyFactory
A factory of proxies utilizing JDK virtual proxies.
-