Class ValidatorsKeywordValidator
- java.lang.Object
-
- com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
-
- io.mosip.kernel.idobjectvalidator.helper.ValidatorsKeywordValidator
-
- All Implemented Interfaces:
com.github.fge.jsonschema.keyword.validator.KeywordValidator
public class ValidatorsKeywordValidator extends com.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
-
-
Constructor Summary
Constructors Constructor Description ValidatorsKeywordValidator(com.fasterxml.jackson.databind.JsonNode digest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()voidvalidate(com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.processors.data.FullData,com.github.fge.jsonschema.processors.data.FullData> processor, com.github.fge.jsonschema.core.report.ProcessingReport report, com.github.fge.msgsimple.bundle.MessageBundle bundle, com.github.fge.jsonschema.processors.data.FullData data)
-
-
-
Method Detail
-
validate
public void validate(com.github.fge.jsonschema.core.processing.Processor<com.github.fge.jsonschema.processors.data.FullData,com.github.fge.jsonschema.processors.data.FullData> processor, 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
-
toString
public String toString()
- Specified by:
toStringin classcom.github.fge.jsonschema.keyword.validator.AbstractKeywordValidator
-
-