Class LocalDateTimeValidator

  • All Implemented Interfaces:
    com.networknt.schema.Format

    public class LocalDateTimeValidator
    extends Object
    implements com.networknt.schema.Format
    • Constructor Detail

      • LocalDateTimeValidator

        public LocalDateTimeValidator()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface com.networknt.schema.Format
      • matches

        public boolean matches​(String text)
        Specified by:
        matches in interface com.networknt.schema.Format
      • getErrorMessageDescription

        public String getErrorMessageDescription()
        Specified by:
        getErrorMessageDescription in interface com.networknt.schema.Format