Package org.everit.json.schema.internal
Class DateFormatValidator
java.lang.Object
org.everit.json.schema.internal.TemporalFormatValidator
org.everit.json.schema.internal.DateFormatValidator
- All Implemented Interfaces:
FormatValidator
Implementation of the "date" format value.
-
Field Summary
Fields inherited from interface org.everit.json.schema.FormatValidator
NONE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.everit.json.schema.internal.TemporalFormatValidator
validate
-
Constructor Details
-
DateFormatValidator
public DateFormatValidator()
-
-
Method Details
-
formatName
Description copied from interface:FormatValidatorProvides the name of this format.Unless specified otherwise the
The default implementation of this method returnsSchemaLoaderwill use this name to recognize string schemas using this format."unnamed-format". It is strongly recommended for implementations to give a more meaningful name by overriding this method.- Returns:
- the format name.
-