Package com.networknt.schema.format
Class BaseFormat
java.lang.Object
com.networknt.schema.format.BaseFormat
- All Implemented Interfaces:
Format
- Direct Known Subclasses:
AbstractFormat
Deprecated.
Base implementation of
Format.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the error message description.getName()Deprecated.Gets the format name.
-
Constructor Details
-
BaseFormat
Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:FormatGets the format name. -
getErrorMessageDescription
Deprecated.Description copied from interface:FormatGets the error message description.Deprecated. Override getMessageKey() and set the localized message in the resource bundle or message source.
- Specified by:
getErrorMessageDescriptionin interfaceFormat- Returns:
- the error message description.
-