Class LowerCasedFormatAttribute
- java.lang.Object
-
- com.github.fge.jsonschema.format.AbstractFormatAttribute
-
- io.mosip.kernel.idobjectvalidator.helper.LowerCasedFormatAttribute
-
- All Implemented Interfaces:
com.github.fge.jsonschema.format.FormatAttribute
public class LowerCasedFormatAttribute extends com.github.fge.jsonschema.format.AbstractFormatAttribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLowerCasedFormatAttribute(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
-
LowerCasedFormatAttribute
protected LowerCasedFormatAttribute(String fmt, com.github.fge.jackson.NodeType first, com.github.fge.jackson.NodeType[] other)
-
-
Method Detail
-
getInstance
public static com.github.fge.jsonschema.format.FormatAttribute getInstance()
-
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
-
-