public abstract class AbstractFormatValidator extends Object implements FormatValidator
NONE| Constructor and Description |
|---|
AbstractFormatValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
formatName()
Provides the name of this format.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic String formatName()
FormatValidator
Unless specified otherwise the SchemaLoader will use this
name to recognize string schemas using this format.
The default implementation of this method returns "unnamed-format". It is strongly
recommended for implementations to give a more meaningful name by overriding this method.
formatName in interface FormatValidatorCopyright © 2017 Everit Kft.. All rights reserved.