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 classAbstractKeywordclassFormatKeywordclassNonValidationKeywordUsed for Keywords that have no validation aspect, but are part of the metaschema.classValidatorTypeCodeMethods 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.BuilderJsonMetaSchema.Builder. addKeyword(Keyword keyword)Method parameters in com.networknt.schema with type arguments of type Keyword Modifier and Type Method Description JsonMetaSchema.BuilderJsonMetaSchema.Builder. addKeywords(Collection<? extends Keyword> keywords)
-