Package com.networknt.schema
Interface Format
-
- All Known Implementing Classes:
AbstractFormat,AbstractRFC3986Format,BaseFormat,DateFormat,DurationFormat,EmailFormat,IdnEmailFormat,IdnHostnameFormat,IriFormat,IriReferenceFormat,PatternFormat,RegexFormat,TimeFormat,UriFormat,UriReferenceFormat
public interface Format
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorMessageDescription()StringgetName()booleanmatches(ExecutionContext executionContext, String value)
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the format name as referred to in a json schema format node.
-
matches
boolean matches(ExecutionContext executionContext, String value)
-
getErrorMessageDescription
String getErrorMessageDescription()
-
-