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.withAnnotationInclusionOverride(Class<? extends Annotation> annotationType,
com.fasterxml.classmate.AnnotationInclusion override) |
Register an explicit annotation inclusion rule for a given annotation type.
|
SchemaGeneratorConfigBuilder |
SchemaGeneratorConfigBuilder.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Register a custom ObjectMapper to create object and array nodes for the JSON structure being
generated.
|
SchemaGeneratorConfigBuilder |
SchemaGeneratorConfigBuilder.without(Option setting,
Option... moreSettings) |
Disable an option for the schema generation.
|