Package org.apache.unomi.schema.keyword
Class ScopeValidator
- java.lang.Object
-
- com.networknt.schema.BaseJsonValidator
-
- org.apache.unomi.schema.keyword.ScopeValidator
-
- All Implemented Interfaces:
com.networknt.schema.JsonValidator
,com.networknt.schema.walk.JsonSchemaWalker
public class ScopeValidator extends com.networknt.schema.BaseJsonValidator implements com.networknt.schema.JsonValidator
-
-
Constructor Summary
Constructors Constructor Description ScopeValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext, ScopeService scopeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<com.networknt.schema.ValidationMessage>
validate(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, String at)
-
Methods inherited from class com.networknt.schema.BaseJsonValidator
atPath, atPath, atRoot, buildValidationMessage, checkDiscriminatorMatch, constructValidationMessage, debug, equals, fetchSubSchemaNode, getErrorMessageType, getNodeFieldType, getParentSchema, getPathType, getSchemaNode, getSchemaPath, getValidatorType, greaterThan, isPartOfOneOfMultipleType, lessThan, parseErrorCode, preloadJsonSchemas, registerAndMergeDiscriminator, updateValidatorType, validate, walk
-
-
-
-
Constructor Detail
-
ScopeValidator
public ScopeValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext, ScopeService scopeService)
-
-