Class UpperCasedFormatAttribute
- java.lang.Object
-
- com.github.fge.jsonschema.format.AbstractFormatAttribute
-
- io.mosip.kernel.idobjectvalidator.helper.UpperCasedFormatAttribute
-
- All Implemented Interfaces:
com.github.fge.jsonschema.format.FormatAttribute
public class UpperCasedFormatAttribute extends com.github.fge.jsonschema.format.AbstractFormatAttribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpperCasedFormatAttribute(String fmt, com.github.fge.jackson.NodeType first, com.github.fge.jackson.NodeType[] other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.github.fge.jsonschema.format.FormatAttributegetInstance()voidvalidate(com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data)
-
-
-
Constructor Detail
-
UpperCasedFormatAttribute
protected UpperCasedFormatAttribute(String fmt, com.github.fge.jackson.NodeType first, com.github.fge.jackson.NodeType[] other)
-
-
Method Detail
-
validate
public void validate(com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data) throws com.github.fge.jsonschema.core.exceptions.ProcessingException- Throws:
com.github.fge.jsonschema.core.exceptions.ProcessingException
-
getInstance
public static com.github.fge.jsonschema.format.FormatAttribute getInstance()
-
-