public final class UUIDFormatAttribute extends AbstractFormatAttribute
uuid
attributeUUID.fromString(String)
Modifier and Type | Method and Description |
---|---|
static FormatAttribute |
getInstance() |
void |
validate(com.github.fge.jsonschema.core.report.ProcessingReport report,
MessageBundle bundle,
FullData data)
Validate the instance against this format attribute
|
newMsg, supportedTypes
public static FormatAttribute getInstance()
public void validate(com.github.fge.jsonschema.core.report.ProcessingReport report, MessageBundle bundle, FullData data) throws com.github.fge.jsonschema.core.exceptions.ProcessingException
FormatAttribute
report
- the report to usebundle
- the message bundle to usedata
- the validation datacom.github.fge.jsonschema.core.exceptions.ProcessingException
- an exception occurs (normally, never for a
format attribute)