public final class RegexAttribute extends AbstractFormatAttribute
regex format attribute.
Again, here, we do not use java.util.regex because it does
not fit the bill.
RhinoHelper| Modifier and Type | Method and Description |
|---|---|
static FormatAttribute |
getInstance() |
void |
validate(com.github.fge.jsonschema.report.ProcessingReport report,
FullData data)
Validate the instance against this format attribute
|
newMsg, supportedTypespublic static FormatAttribute getInstance()
public void validate(com.github.fge.jsonschema.report.ProcessingReport report,
FullData data)
throws com.github.fge.jsonschema.exceptions.ProcessingException
FormatAttributereport - the report to usedata - the validation datacom.github.fge.jsonschema.exceptions.ProcessingException - an exception occurs (normally, never for a
format attribute)Copyright © 2014. All Rights Reserved.