Package com.networknt.schema.format
Class TimeFormat
- java.lang.Object
-
- com.networknt.schema.format.BaseFormat
-
- com.networknt.schema.format.AbstractFormat
-
- com.networknt.schema.format.TimeFormat
-
- All Implemented Interfaces:
Format
public class TimeFormat extends AbstractFormat
Validates that a value conforms to the time specification in RFC 3339.
-
-
Constructor Summary
Constructors Constructor Description TimeFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(String value)
-
Methods inherited from class com.networknt.schema.format.AbstractFormat
matches
-
Methods inherited from class com.networknt.schema.format.BaseFormat
getErrorMessageDescription, getName
-
-
-
-
Method Detail
-
matches
public boolean matches(String value)
- Specified by:
matches
in classAbstractFormat
-
-