Interface SchemaGeneratorConfigCustomizer
- All Known Implementing Classes:
- SchemaGeneratorConfigCustomizerJackson,- SchemaGeneratorConfigCustomizerJakartaValidation,- SchemaGeneratorConfigCustomizerSwagger2
public interface SchemaGeneratorConfigCustomizer
An interface that allows customization of the 
SchemaGeneratorConfigBuilder
 before the SchemaGenerator is built.
 Implementations of this interface will be discovered and applied automatically.
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Customizes the givenSchemaGeneratorConfigBuilder.
- 
Method Details- 
customizevoid customize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Customizes the givenSchemaGeneratorConfigBuilder.- Parameters:
- builder- the builder to customize
 
 
-