Class DateFormatValidator

java.lang.Object
org.everit.json.schema.internal.TemporalFormatValidator
org.everit.json.schema.internal.DateFormatValidator
All Implemented Interfaces:
FormatValidator

public class DateFormatValidator extends TemporalFormatValidator
Implementation of the "date" format value.
  • Constructor Details

    • DateFormatValidator

      public DateFormatValidator()
  • Method Details

    • formatName

      public String formatName()
      Description copied from interface: FormatValidator
      Provides the name of this format.

      Unless specified otherwise the SchemaLoader will use this name to recognize string schemas using this format.

      The default implementation of this method returns "unnamed-format". It is strongly recommended for implementations to give a more meaningful name by overriding this method.
      Returns:
      the format name.