Package com.networknt.schema
Interface Format
-
- All Known Implementing Classes:
AbstractFormat
,AbstractRFC3986Format
,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 String
getErrorMessageDescription()
String
getName()
boolean
matches(String value)
-