Class ValidationDirective
-
- All Implemented Interfaces:
public final class ValidationDirective extends DataConstraint
-
-
Field Summary
Fields Modifier and Type Field Description private final ValidatorPointerpointerprivate Integerpriorityprivate StringerrorCodeprivate StringifExpression
-
Constructor Summary
Constructors Constructor Description ValidationDirective(ValidatorPointer pointer)
-
Method Summary
Modifier and Type Method Description final ValidatorPointergetPointer()Map<String, Object>toMap()-
Methods inherited from class pl.metaprogramming.model.data.constraint.DataConstraint
getErrorCode, getIfExpression, getPriority, setErrorCode, setErrorCode, setIfExpression, setIfExpression, setPriority, setPriority, toMap -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ValidationDirective
ValidationDirective(ValidatorPointer pointer)
-
-
Method Detail
-
getPointer
final ValidatorPointer getPointer()
-
-
-
-