Package com.networknt.schema
Interface Keyword
-
- All Known Implementing Classes:
AbstractKeyword
,FormatKeyword
,NonValidationKeyword
,ValidatorTypeCode
public interface Keyword
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getValue()
JsonValidator
newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
-
-
-
Method Detail
-
getValue
String getValue()
-
newValidator
JsonValidator newValidator(String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext) throws JsonSchemaException, Exception
- Throws:
JsonSchemaException
Exception
-
-