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 Summary
Constructors Constructor Description LocalDateTimeValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorMessageDescription()StringgetName()booleanmatches(String text)
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfacecom.networknt.schema.Format
-
matches
public boolean matches(String text)
- Specified by:
matchesin interfacecom.networknt.schema.Format
-
getErrorMessageDescription
public String getErrorMessageDescription()
- Specified by:
getErrorMessageDescriptionin interfacecom.networknt.schema.Format
-
-