Interface | Description |
---|---|
DataRestRouterOperationCustomizer |
The interface Data rest router operation customizer.
|
DelegatingMethodParameterCustomizer |
The interface Delegating method parameter customizer.
|
GlobalOpenApiCustomizer |
Implement and register a bean of type
GlobalOpenApiCustomizer to
customize Open api on default OpenAPI description and groups. |
GlobalOperationCustomizer |
Implement and register a bean of type
GlobalOperationCustomizer to
customize an operation based on the handler method input on default OpenAPI
description and groups |
OpenApiBuilderCustomizer |
The interface Open api builder customiser.
|
OpenApiCustomiser |
Implement and register a bean of type
OpenApiCustomiser to customize
Open api on default OpenAPI description but not on groups |
OpenApiLocaleCustomizer |
The interface Open api locale customizer.
|
OperationCustomizer |
Implement and register a bean of type
OperationCustomizer to customize an operation
based on the handler method input on default OpenAPI descriptions but not
groups |
ParameterCustomizer |
Implement and register a bean of type
ParameterCustomizer to customize a parameter
based on the parameter and handler method input |
PropertyCustomizer |
Implement and register a bean of type
PropertyCustomizer to customize a schema property
based on annotated type |
RouterOperationCustomizer |
Implement and register a bean of type
RouterOperationCustomizer to customize an router operation
based on the handler method input on default OpenAPI descriptions but not groups |
ServerBaseUrlCustomizer |
The interface Server Base URL customiser.
|
Class | Description |
---|---|
ActuatorOpenApiCustomizer |
The type Actuator open api customiser.
|
ActuatorOperationCustomizer |
The type Actuator operation customizer.
|
DataRestDelegatingMethodParameterCustomizer |
The type Data rest delegating method parameter customizer.
|
SpecificationStringPropertiesCustomizer |
Allows externalizing strings in generated openapi schema via properties that follow
conventional naming similar or identical to openapi schema
|
SpecPropertiesCustomizer |
Allows externalizing strings in generated openapi schema via properties that follow
conventional naming similar or identical to openapi schema
|
SpringDocCustomizers |
The type Spring doc customizers.
|
Copyright © 2024. All rights reserved.