Uses of Class
com.networknt.schema.dialect.Dialect.Builder
-
Packages that use Dialect.Builder Package Description com.networknt.schema.dialect -
-
Uses of Dialect.Builder in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect that return Dialect.Builder Modifier and Type Method Description static Dialect.BuilderDialect. builder(Dialect blueprint)Create a builder.static Dialect.BuilderDialect. builder(String id)Create a builder without keywords or formats.static Dialect.BuilderDialect. builder(String id, Dialect blueprint)Create a builder.Dialect.BuilderDialect.Builder. format(Format format)Adds the format.Dialect.BuilderDialect.Builder. formatKeywordFactory(Dialect.FormatKeywordFactory formatKeywordFactory)Sets the format keyword factory.Dialect.BuilderDialect.Builder. formats(Collection<? extends Format> formats)Adds the formats.Dialect.BuilderDialect.Builder. formats(Consumer<Map<String,Format>> customizer)Customize the formats.Dialect.BuilderDialect.Builder. idKeyword(String idKeyword)Sets the id keyword.Dialect.BuilderDialect.Builder. keyword(Keyword keyword)Adds the keyword.Dialect.BuilderDialect.Builder. keywords(Collection<? extends Keyword> keywords)Adds the keywords.Dialect.BuilderDialect.Builder. keywords(Consumer<Map<String,Keyword>> customizer)Customize the keywords.protected Dialect.BuilderAbstractDialectRegistry. loadDialectBuilder(String iri, SchemaRegistry schemaFactory)Dialect.BuilderDialect.Builder. specificationVersion(SpecificationVersion specification)Sets the specification version.Dialect.BuilderDialect.Builder. unknownKeywordFactory(KeywordFactory unknownKeywordFactory)Sets the keyword factory for handling unknown keywords.Dialect.BuilderDialect.Builder. vocabularies(Consumer<Map<String,Boolean>> customizer)Customize the vocabularies.Dialect.BuilderDialect.Builder. vocabularies(Map<String,Boolean> vocabularies)Adds the vocabularies.Dialect.BuilderDialect.Builder. vocabulary(String vocabulary)Adds a required vocabulary.Dialect.BuilderDialect.Builder. vocabulary(String vocabulary, boolean required)Adds a vocabulary.Dialect.BuilderDialect.Builder. vocabularyRegistry(VocabularyRegistry vocabularyRegistry)Sets the vocabulary registry for handling custom vocabularies.
-