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 Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Customizes the givenSchemaGeneratorConfigBuilder.
-
Method Details
-
customize
void customize(com.github.victools.jsonschema.generator.SchemaGeneratorConfigBuilder builder) Customizes the givenSchemaGeneratorConfigBuilder.- Parameters:
builder- the builder to customize
-