Uses of Class
com.github.victools.jsonschema.generator.SchemaVersion
-
Packages that use SchemaVersion Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl -
-
Uses of SchemaVersion in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaVersion Modifier and Type Method Description SchemaVersion
SchemaGeneratorConfig. getSchemaVersion()
Getter for the designated JSON Schema version.static SchemaVersion
SchemaVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemaVersion[]
SchemaVersion. 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 SchemaVersion Modifier and Type Method Description String
SchemaKeyword. forVersion(SchemaVersion version)
Provide the appropriate tag name/value, considering the specified schema version.Constructors in com.github.victools.jsonschema.generator with parameters of type SchemaVersion Constructor Description SchemaGeneratorConfigBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaVersion schemaVersion)
Constructor of an empty configuration builder.SchemaGeneratorConfigBuilder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaVersion schemaVersion, OptionPreset preset)
Constructor of an empty configuration builder.SchemaGeneratorConfigBuilder(SchemaVersion schemaVersion)
Constructor of an empty configuration builder with a defaultObjectMapper
instance.SchemaGeneratorConfigBuilder(SchemaVersion schemaVersion, OptionPreset preset)
Constructor of an empty configuration builder with a defaultObjectMapper
instance. -
Uses of SchemaVersion in com.github.victools.jsonschema.generator.impl
Methods in com.github.victools.jsonschema.generator.impl that return SchemaVersion Modifier and Type Method Description SchemaVersion
SchemaGeneratorConfigImpl. getSchemaVersion()
Constructors in com.github.victools.jsonschema.generator.impl with parameters of type SchemaVersion Constructor Description SchemaGeneratorConfigImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SchemaVersion schemaVersion, Set<Option> enabledOptions, SchemaGeneratorGeneralConfigPart typesInGeneralConfigPart, SchemaGeneratorConfigPart<FieldScope> fieldConfigPart, SchemaGeneratorConfigPart<MethodScope> methodConfigPart)
Constructor of a configuration instance.
-