Uses of Interface
com.networknt.schema.keyword.Keyword
-
-
Uses of Keyword in com.networknt.schema.annotation
Methods in com.networknt.schema.annotation with parameters of type Keyword Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. keyword(Keyword keyword) -
Uses of Keyword in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect that return types with arguments of type Keyword Modifier and Type Method Description Map<String,Keyword>Dialect. getKeywords()Methods in com.networknt.schema.dialect with parameters of type Keyword Modifier and Type Method Description Dialect.BuilderDialect.Builder. keyword(Keyword keyword)Adds the keyword.Method parameters in com.networknt.schema.dialect with type arguments of type Keyword Modifier and Type Method Description Dialect.BuilderDialect.Builder. keywords(Collection<? extends Keyword> keywords)Adds the keywords.Dialect.BuilderDialect.Builder. keywords(Consumer<Map<String,Keyword>> customizer)Customize the keywords. -
Uses of Keyword in com.networknt.schema.format
Constructors in com.networknt.schema.format with parameters of type Keyword Constructor Description BaseFormatValidator(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 Keyword Modifier and Type Class Description classAbstractKeywordAbstract keyword.classAnnotationKeywordUsed for Keywords that have no validation aspect, but are part of the metaschema, where annotations may need to be collected.classFormatKeywordFormat Keyword.classKeywordTypeclassNonValidationKeywordUsed for Keywords that have no validation aspect, but are part of the metaschema.Methods in com.networknt.schema.keyword that return Keyword Modifier and Type Method Description KeywordDisallowUnknownKeywordFactory. getKeyword(String value, SchemaContext schemaContext)KeywordKeywordFactory. getKeyword(String value, SchemaContext schemaContext)Gets the keyword given the keyword value.KeywordUnknownKeywordFactory. getKeyword(String value, SchemaContext schemaContext)Constructors in com.networknt.schema.keyword with parameters of type Keyword Constructor Description AbstractKeywordValidator(Keyword keyword, com.fasterxml.jackson.databind.JsonNode schemaNode, SchemaLocation schemaLocation)Constructor.BaseKeywordValidator(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 Keyword Modifier and Type Method Description Set<Keyword>Vocabulary. getKeywords()The keywords in the vocabulary.Constructors in com.networknt.schema.vocabulary with parameters of type Keyword Constructor Description Vocabulary(String id, Keyword... keywords)Constructor. -
Uses of Keyword in com.networknt.schema.walk
Methods in com.networknt.schema.walk with parameters of type Keyword Modifier and Type Method Description KeywordWalkHandler.BuilderKeywordWalkHandler.Builder. keywordWalkListener(Keyword keyword, WalkListener keywordWalkListener)
-