Package org.springdoc.core.customizers
Class ActuatorOperationCustomizer
- java.lang.Object
-
- org.springdoc.core.customizers.ActuatorOperationCustomizer
-
- All Implemented Interfaces:
OperationCustomizer
public class ActuatorOperationCustomizer extends Object implements OperationCustomizer
The type Actuator operation customizer.- Author:
- bnasslahsen
-
-
Constructor Summary
Constructors Constructor Description ActuatorOperationCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.swagger.v3.oas.models.Operationcustomize(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod)Customize operation.
-
-
-
Method Detail
-
customize
public io.swagger.v3.oas.models.Operation customize(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod)Description copied from interface:OperationCustomizerCustomize operation.- Specified by:
customizein interfaceOperationCustomizer- Parameters:
operation- input operationhandlerMethod- original handler method- Returns:
- customized operation
-
-