Class TimeFormatValidator

    • Constructor Detail

      • TimeFormatValidator

        public TimeFormatValidator()
    • Method Detail

      • 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.