Class DateFormatValidator

    • Method Summary

      Modifier and Type Method Description
      java.lang.String formatName()
      Provides the name of this format.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DateFormatValidator

        public DateFormatValidator()
    • Method Detail

      • formatName

        public java.lang.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.