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 String
getErrorMessageDescription()
String
getName()
boolean
matches(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
getErrorMessageDescription
public String getErrorMessageDescription()
- Specified by:
getErrorMessageDescription
in interfaceFormat
-
-