Package org.apache.unomi.schema.keyword
Class ScopeKeyword
java.lang.Object
com.networknt.schema.AbstractKeyword
org.apache.unomi.schema.keyword.ScopeKeyword
- All Implemented Interfaces:
com.networknt.schema.Keyword
public class ScopeKeyword
extends com.networknt.schema.AbstractKeyword
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.networknt.schema.JsonValidator
newValidator
(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext) Methods inherited from class com.networknt.schema.AbstractKeyword
getValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.networknt.schema.Keyword
setCustomMessage
-
Constructor Details
-
ScopeKeyword
-
-
Method Details
-
newValidator
public com.networknt.schema.JsonValidator newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext)
-