Uses of Interface
com.networknt.schema.keyword.Keyword
Packages that use Keyword
Package
Description
-
Uses of Keyword in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation with parameters of type Keyword -
Uses of Keyword in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect that return types with arguments of type KeywordMethods in com.networknt.schema.dialect with parameters of type KeywordModifier and TypeMethodDescriptionAdds the keyword.Method parameters in com.networknt.schema.dialect with type arguments of type KeywordModifier and TypeMethodDescriptionDialect.Builder.keywords(Collection<? extends Keyword> keywords) Adds the keywords.Customize the keywords. -
Uses of Keyword in com.networknt.schema.format
Constructors in com.networknt.schema.format with parameters of type KeywordModifierConstructorDescriptionBaseFormatValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, Keyword keyword, SchemaContext schemaContext) -
Uses of Keyword in com.networknt.schema.keyword
Classes in com.networknt.schema.keyword that implement KeywordModifier and TypeClassDescriptionclassAbstract keyword.classUsed for Keywords that have no validation aspect, but are part of the metaschema, where annotations may need to be collected.classFormat Keyword.enumclassUsed for Keywords that have no validation aspect, but are part of the metaschema.Methods in com.networknt.schema.keyword that return KeywordModifier and TypeMethodDescriptionDisallowUnknownKeywordFactory.getKeyword(String value, SchemaContext schemaContext) KeywordFactory.getKeyword(String value, SchemaContext schemaContext) Gets the keyword given the keyword value.UnknownKeywordFactory.getKeyword(String value, SchemaContext schemaContext) Constructors in com.networknt.schema.keyword with parameters of type KeywordModifierConstructorDescriptionAbstractKeywordValidator(Keyword keyword, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaLocation schemaLocation) Constructor.protectedBaseKeywordValidator(Keyword keyword, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaLocation schemaLocation, SchemaContext schemaContext, Schema parentSchema, Map<String, String> errorMessage) Constructor to create a copy using fields.BaseKeywordValidator(Keyword keyword, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaLocation schemaLocation, Schema parentSchema, SchemaContext schemaContext) FormatKeyword(Keyword type, Map<String, Format> formats) FormatValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, SchemaContext schemaContext, Format format, Keyword keyword) -
Uses of Keyword in com.networknt.schema.vocabulary
Methods in com.networknt.schema.vocabulary that return types with arguments of type KeywordConstructors in com.networknt.schema.vocabulary with parameters of type Keyword -
Uses of Keyword in com.networknt.schema.walk
Methods in com.networknt.schema.walk with parameters of type KeywordModifier and TypeMethodDescriptionKeywordWalkHandler.Builder.keywordWalkListener(Keyword keyword, WalkListener keywordWalkListener)