Class Regexp
java.lang.Object
com.sdicons.json.validator.impl.predicates.Predicate
com.sdicons.json.validator.impl.predicates.Regexp
- All Implemented Interfaces:
Validator
-
Field Details
-
pattern
-
representation
-
-
Constructor Details
-
Regexp
- Throws:
ValidationException
-
-
Method Details
-
validate
Description copied from interface:ValidatorValidate a JSONValue.- Parameters:
aValue- The JSONValue that has to be validated.- Throws:
ValidationException- If the validation fails.
-