Class BaseFormat
java.lang.Object
com.networknt.schema.format.BaseFormat
- All Implemented Interfaces:
Format
- Direct Known Subclasses:
AbstractFormat
Deprecated.
Base implementation of
Format.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the error message description.getName()Deprecated.Gets the format name.
-
Field Details
-
name
Deprecated. -
errorMessageDescription
Deprecated.
-
-
Constructor Details
-
BaseFormat
-
-
Method Details
-
getName
-
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.
-