Uses of Class
spin.ProxyFactory
Packages that use ProxyFactory
-
Uses of ProxyFactory in spin
Methods in spin that return ProxyFactoryModifier and TypeMethodDescriptionstatic ProxyFactory
Spin.getDefaultProxyFactory()
Get the default proxy factory.Methods in spin with parameters of type ProxyFactoryModifier and TypeMethodDescriptionstatic void
Spin.setDefaultProxyFactory
(ProxyFactory factory) Set the default factory of proxies.Constructors in spin with parameters of type ProxyFactoryModifierConstructorDescriptionSpin
(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.proxyModifier and TypeClassDescriptionclass
A factory of proxies utilizing CGLib.class
A factory of proxies utilizing JDK virtual proxies.