Class LocalDateTimeValidator

java.lang.Object
com.redhat.cloud.notifications.validator.LocalDateTimeValidator
All Implemented Interfaces:
com.networknt.schema.Format

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

    • LocalDateTimeValidator

      public LocalDateTimeValidator()
  • Method Details

    • getName

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

      public boolean matches(com.networknt.schema.ExecutionContext executionContext, String text)
      Specified by:
      matches in interface com.networknt.schema.Format
    • matches

      public boolean matches(String text)
    • getMessageKey

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