Uses of Interface
com.networknt.schema.Keyword
-
Packages that use Keyword Package Description com.networknt.schema -
-
Uses of Keyword in com.networknt.schema
Classes in com.networknt.schema that implement Keyword Modifier and Type Class Description class
AbstractKeyword
class
FormatKeyword
class
NonValidationKeyword
Used for Keywords that have no validation aspect, but are part of the metaschema.class
ValidatorTypeCode
Fields in com.networknt.schema declared as Keyword Modifier and Type Field Description protected Keyword
ValidationMessageHandler. keyword
Methods in com.networknt.schema that return types with arguments of type Keyword Modifier and Type Method Description Map<String,Keyword>
JsonMetaSchema. getKeywords()
Methods in com.networknt.schema with parameters of type Keyword Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addKeyword(Keyword keyword)
protected void
ValidationMessageHandler. updateKeyword(Keyword keyword)
Method parameters in com.networknt.schema with type arguments of type Keyword Modifier and Type Method Description JsonMetaSchema.Builder
JsonMetaSchema.Builder. addKeywords(Collection<? extends Keyword> keywords)
Constructors in com.networknt.schema with parameters of type Keyword Constructor Description AbstractJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, Keyword keyword)
BaseJsonValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ErrorMessageType errorMessageType, Keyword keyword, ValidationContext validationContext, boolean suppressSubSchemaRetrieval)
ValidationMessageHandler(boolean failFast, ErrorMessageType errorMessageType, boolean customErrorMessagesEnabled, MessageSource messageSource, Keyword keyword, JsonSchema parentSchema, SchemaLocation schemaLocation, JsonNodePath evaluationPath)
-