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)
Adding a custom schema provider – if it returns null for a given type, the next definition provider will be applied.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)
Adding an override for type attributes – all of the registered overrides will be applied in the order of having been added.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
Methods in com.github.victools.jsonschema.generator.impl.module with parameters of type SchemaGeneratorConfigBuilder Modifier and Type Method Description void
AdditionalPropertiesModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
ConstantValueModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
EnumModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
FieldExclusionModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
FlattenedOptionalModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
MethodExclusionModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
SimpleTypeModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
void
SimplifiedOptionalModule. applyToConfigBuilder(SchemaGeneratorConfigBuilder builder)
-