Uses of Class
spin.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in spin
Modifier and TypeMethodDescriptionstatic EvaluatorSpin.getDefaultOffEvaluator()Get the default evaluator for spin-off.static EvaluatorSpin.getDefaultOverEvaluator()Get the default evaluator for spin-over.Modifier and TypeMethodDescriptionabstract ObjectProxyFactory.createProxy(Object object, Evaluator evaluator) Create a proxy for the given object that evaluates invocations with the given evaluator.protected ObjectProxyFactory.evaluteInvocation(Evaluator evaluator, Object proxy, Invocation invocation) Evaluate the given invocation with the given evaluator.static voidSpin.setDefaultOffEvaluator(Evaluator evaluator) Set the default evaluator for spin-off.static voidSpin.setDefaultOverEvaluator(Evaluator evaluator) Set the default evaluator for spin-over. -
Uses of Evaluator in spin.off
Modifier and TypeClassDescriptionclassAn evaluator for spin-off that automatically spins-over all arguments of aSpinOffEvaluatorif their corresponding parameter types are subinterfaces ofjava.util.EventListener.classAn evaluator for spin-off, i.e. -
Uses of Evaluator in spin.over
-
Uses of Evaluator in spin.proxy
Methods in spin.proxy with parameters of type EvaluatorModifier and TypeMethodDescriptionCGLibProxyFactory.createProxy(Object object, Evaluator evaluator) JDKProxyFactory.createProxy(Object object, Evaluator evaluator) The created proxy will not implement non-public interfaces from different class loaders since these yield anIllegalAccessErroron construction of a proxy.