Package com.networknt.schema
Class AnnotationKeyword
java.lang.Object
com.networknt.schema.AbstractKeyword
com.networknt.schema.AnnotationKeyword
- All Implemented Interfaces:
Keyword
Used for Keywords that have no validation aspect, but are part of the metaschema, where annotations may need to be collected.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewValidator
(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext) Creates a new validator for the keyword.Methods inherited from class com.networknt.schema.AbstractKeyword
equals, getValue, hashCode, toString
-
Constructor Details
-
AnnotationKeyword
-
-
Method Details
-
newValidator
public JsonValidator newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext) Description copied from interface:Keyword
Creates a new validator for the keyword.- Parameters:
schemaLocation
- the schema locationevaluationPath
- the evaluation pathschemaNode
- the schema nodeparentSchema
- the parent schemavalidationContext
- the validation context- Returns:
- the validation
-