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.without(Option setting,
Option... moreSettings) |
Disable an option for the schema generation.
|