Package com.networknt.schema.format
Class BaseFormat
- java.lang.Object
-
- com.networknt.schema.format.BaseFormat
-
- All Implemented Interfaces:
Format
- Direct Known Subclasses:
AbstractFormat
public abstract class BaseFormat extends Object implements Format
Base implementation ofFormat
.
-
-
Constructor Summary
Constructors Constructor Description BaseFormat(String name, String errorMessageDescription)
-