Uses of Class
spin.ProxyFactory
Packages that use ProxyFactory
-
Uses of ProxyFactory in spin
Methods in spin that return ProxyFactoryModifier and TypeMethodDescriptionstatic ProxyFactorySpin.getDefaultProxyFactory()Get the default proxy factory.Methods in spin with parameters of type ProxyFactoryModifier and TypeMethodDescriptionstatic voidSpin.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 TypeClassDescriptionclassA factory of proxies utilizing CGLib.classA factory of proxies utilizing JDK virtual proxies.