Uses of Enum Class
com.github.victools.jsonschema.generator.SchemaKeyword
Packages that use SchemaKeyword
Package
Description
-
Uses of SchemaKeyword in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaKeywordModifier and TypeMethodDescriptionstatic SchemaKeywordReturns the enum constant of this class with the specified name.static SchemaKeyword[]SchemaKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.victools.jsonschema.generator that return types with arguments of type SchemaKeywordModifier and TypeMethodDescriptionstatic Map<String,SchemaKeyword> SchemaKeyword.getReverseTagMap(SchemaVersion version, Predicate<SchemaKeyword> filter) Provide a map over all keywords, that represent a schema tag/property, i.e., not a value.Methods in com.github.victools.jsonschema.generator with parameters of type SchemaKeywordModifier and TypeMethodDescriptionSchemaGenerationContext.getKeyword(SchemaKeyword keyword) Look-up a given keyword's associated tag name or value for the designated JSON Schema version.SchemaGeneratorConfig.getKeyword(SchemaKeyword keyword) Getter for the indicated keyword's value in the designated JSON Schema version.Method parameters in com.github.victools.jsonschema.generator with type arguments of type SchemaKeywordModifier and TypeMethodDescriptionstatic Map<String,SchemaKeyword> SchemaKeyword.getReverseTagMap(SchemaVersion version, Predicate<SchemaKeyword> filter) Provide a map over all keywords, that represent a schema tag/property, i.e., not a value. -
Uses of SchemaKeyword in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl with parameters of type SchemaKeywordModifier and TypeMethodDescriptionSchemaGenerationContextImpl.getKeyword(SchemaKeyword keyword) SchemaGeneratorConfigImpl.getKeyword(SchemaKeyword keyword)