Package com.networknt.schema.format
Class EmailFormat
- java.lang.Object
-
- com.networknt.schema.format.BaseFormat
-
- com.networknt.schema.format.AbstractFormat
-
- com.networknt.schema.format.EmailFormat
-
- All Implemented Interfaces:
Format
public class EmailFormat extends AbstractFormat
-
-
Constructor Summary
Constructors Constructor Description EmailFormat()
-
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
-
-