Class ConstraintExtension
Object
AbstractExtension
ConstraintExtension
- All Implemented Interfaces:
ConstraintFunctions
,InvokableNative
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends JNode>
TgetInvoker
(Class<T> type) void
setInvoker
(JNode invoker) Methods inherited from class AbstractExtension
getMethod, getOutline, getRuntime, setMethod, setRuntime
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ConstraintFunctions
fail, setContext, setRuntime
Methods inherited from interface InvokableNative
getMethod, getRuntime, setMethod
-
Constructor Details
-
ConstraintExtension
public ConstraintExtension()
-
-
Method Details
-
getInvoker
-
getInvoker
- Specified by:
getInvoker
in interfaceConstraintFunctions
-
setInvoker
- Specified by:
setInvoker
in interfaceConstraintFunctions
-