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 SchemaGeneratorConfigBuilderSchemaGeneratorConfigBuilder. with(CustomDefinitionProviderV2 definitionProvider)Deprecated.SchemaGeneratorConfigBuilderSchemaGeneratorConfigBuilder. with(Module module)Applying a module to this configuration builder instance.SchemaGeneratorConfigBuilderSchemaGeneratorConfigBuilder. with(Option setting, Option... moreSettings)Enable an option for the schema generation.SchemaGeneratorConfigBuilderSchemaGeneratorConfigBuilder. with(TypeAttributeOverride override)Deprecated.SchemaGeneratorConfigBuilderSchemaGeneratorConfigBuilder. 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 voidModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)Apply this module to the given configuration builder instance. -
Uses of SchemaGeneratorConfigBuilder in com.github.victools.jsonschema.generator.impl.module
-