Class TimeFormatValidator

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

public class TimeFormatValidator extends TemporalFormatValidator
Implementation of the "time" format value.
  • Constructor Details

    • TimeFormatValidator

      public TimeFormatValidator()
  • 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.