Class LocalDateTimeValidator

java.lang.Object
com.redhat.cloud.event.parser.validators.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(String text)
      Specified by:
      matches in interface com.networknt.schema.Format
    • getErrorMessageDescription

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