Uses of Class
com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder
-
Packages that use SchemaGeneratorConfigBuilder Package Description com.github.victools.jsonschema.generator com.github.victools.jsonschema.generator.impl.module -
-
Uses of SchemaGeneratorConfigBuilder in com.github.victools.jsonschema.generator
Methods in com.github.victools.jsonschema.generator that return SchemaGeneratorConfigBuilder Modifier and Type Method Description SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. with(CustomDefinitionProviderV2 definitionProvider)
Deprecated.SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. with(Module module)
Applying a module to this configuration builder instance.SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. with(Option setting, Option... moreSettings)
Enable an option for the schema generation.SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. with(TypeAttributeOverride override)
Deprecated.SchemaGeneratorConfigBuilder
SchemaGeneratorConfigBuilder. without(Option setting, Option... moreSettings)
Disable an option for the schema generation.Methods in com.github.victools.jsonschema.generator with parameters of type SchemaGeneratorConfigBuilder Modifier and Type Method Description void
Module. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
Apply this module to the given configuration builder instance. -
Uses of SchemaGeneratorConfigBuilder in com.github.victools.jsonschema.generator.impl.module
-