Package com.networknt.schema
Class PatternFormat
- java.lang.Object
-
- com.networknt.schema.PatternFormat
-
-
Constructor Summary
Constructors Constructor Description PatternFormat(String name, String regex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessageDescription()StringgetName()booleanmatches(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
getErrorMessageDescription
public String getErrorMessageDescription()
- Specified by:
getErrorMessageDescriptionin interfaceFormat
-
-