Uses of Class
com.networknt.schema.AbstractFormat
-
Packages that use AbstractFormat Package Description com.networknt.schema.format -
-
Uses of AbstractFormat in com.networknt.schema.format
Subclasses of AbstractFormat in com.networknt.schema.format Modifier and Type Class Description class
RegexFormat
Validates that a value is a valid regex.class
TimeFormat
Validates that a value conforms to the time specification in RFC 3339.
-