Class ValidationDirective
-
- All Implemented Interfaces:
public final class ValidationDirective extends DataConstraint
-
-
Field Summary
Fields Modifier and Type Field Description private final ValidatorPointer
pointer
private Integer
priority
private String
errorCode
private String
ifExpression
-
Constructor Summary
Constructors Constructor Description ValidationDirective(ValidatorPointer pointer)
-
Method Summary
Modifier and Type Method Description final ValidatorPointer
getPointer()
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()
-
-
-
-