Package org.springdoc.core.customizers
Interface GlobalOperationComponentsCustomizer
- All Superinterfaces:
GlobalOperationCustomizer
,OperationCustomizer
- All Known Implementing Classes:
ActuatorOperationCustomizer
Implement and register a bean of type
GlobalOperationComponentsCustomizer
to
customize an operation based on the components and handler method input on default OpenAPI
description and groups- Author:
- christophejan
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionio.swagger.v3.oas.models.Operation
customize
(io.swagger.v3.oas.models.Operation operation, io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod) Customize operation.Methods inherited from interface org.springdoc.core.customizers.OperationCustomizer
customize
-
Method Details
-
customize
io.swagger.v3.oas.models.Operation customize(io.swagger.v3.oas.models.Operation operation, io.swagger.v3.oas.models.Components components, org.springframework.web.method.HandlerMethod handlerMethod) Customize operation.- Parameters:
operation
- input operationhandlerMethod
- original handler method- Returns:
- customized operation
-