Uses of Class
spin.Evaluator
Packages that use Evaluator
-
Uses of Evaluator in spin
Modifier and TypeMethodDescriptionstatic Evaluator
Spin.getDefaultOffEvaluator()
Get the default evaluator for spin-off.static Evaluator
Spin.getDefaultOverEvaluator()
Get the default evaluator for spin-over.Modifier and TypeMethodDescriptionabstract Object
ProxyFactory.createProxy
(Object object, Evaluator evaluator) Create a proxy for the given object that evaluates invocations with the given evaluator.protected Object
ProxyFactory.evaluteInvocation
(Evaluator evaluator, Object proxy, Invocation invocation) Evaluate the given invocation with the given evaluator.static void
Spin.setDefaultOffEvaluator
(Evaluator evaluator) Set the default evaluator for spin-off.static void
Spin.setDefaultOverEvaluator
(Evaluator evaluator) Set the default evaluator for spin-over. -
Uses of Evaluator in spin.off
Modifier and TypeClassDescriptionclass
An evaluator for spin-off that automatically spins-over all arguments of aSpinOffEvaluator
if their corresponding parameter types are subinterfaces ofjava.util.EventListener
.class
An 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 anIllegalAccessError
on construction of a proxy.