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 Constructor Description ScopeKeyword(ScopeService scopeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.networknt.schema.JsonValidator
newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, com.networknt.schema.JsonSchema parentSchema, com.networknt.schema.ValidationContext validationContext)
-
-
-
Constructor Detail
-
ScopeKeyword
public ScopeKeyword(ScopeService scopeService)
-
-
Method Detail
-
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)
-
-