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 SchemaKeyword
SchemaKeyword. 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 that return types with arguments of type SchemaKeyword Modifier and Type Method Description static Stream<SchemaKeyword>
SchemaKeyword. getTagStream()
Methods in com.github.victools.jsonschema.generator with parameters of type SchemaKeyword Modifier and Type Method Description String
SchemaGenerationContext. getKeyword(SchemaKeyword keyword)
Look-up a given keyword's associated tag name or value for the designated JSON Schema version.String
SchemaGeneratorConfig. 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 String
SchemaGenerationContextImpl. getKeyword(SchemaKeyword keyword)
String
SchemaGeneratorConfigImpl. getKeyword(SchemaKeyword keyword)
-