Package com.networknt.schema.format
Class PatternFormat
- java.lang.Object
-
- com.networknt.schema.format.BaseFormat
-
- com.networknt.schema.format.AbstractFormat
-
- com.networknt.schema.format.PatternFormat
-
- All Implemented Interfaces:
Format
public class PatternFormat extends AbstractFormat
-
-
Constructor Summary
Constructors Constructor Description PatternFormat(String name, String regex, String errorMessageDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(String value)
-
Methods inherited from class com.networknt.schema.format.AbstractFormat
matches
-
Methods inherited from class com.networknt.schema.format.BaseFormat
getErrorMessageDescription, getName
-
-