Package com.networknt.schema.format
Class DurationFormat
- java.lang.Object
-
- com.networknt.schema.format.AbstractFormat
-
- com.networknt.schema.format.DurationFormat
-
- All Implemented Interfaces:
Format
public class DurationFormat extends AbstractFormat
-
-
Constructor Summary
Constructors Constructor Description DurationFormat(boolean strict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(String duration)
-
Methods inherited from class com.networknt.schema.format.AbstractFormat
getErrorMessageDescription, getName
-
-
-
-
Method Detail
-
matches
public boolean matches(String duration)
-
-