Uses of Class
com.github.victools.jsonschema.generator.SchemaKeyword
-
Packages that use SchemaKeyword Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of SchemaKeyword in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaKeyword Modifier and Type Method Description static SchemaKeywordSchemaKeyword. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaKeyword[]SchemaKeyword. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.victools.jsonschema.generator with parameters of type SchemaKeyword Modifier and Type Method Description StringSchemaGenerationContext. getKeyword(SchemaKeyword keyword)Look-up a given keyword's associated tag name or value for the designated JSON Schema version.StringSchemaGeneratorConfig. getKeyword(SchemaKeyword keyword)Getter for the indicated keyword's value in the designated JSON Schema version. -
Uses of SchemaKeyword in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl with parameters of type SchemaKeyword Modifier and Type Method Description StringSchemaGenerationContextImpl. getKeyword(SchemaKeyword keyword)StringSchemaGeneratorConfigImpl. getKeyword(SchemaKeyword keyword)
-