Class ActuatorOperationCustomizer

java.lang.Object
org.springdoc.core.customizers.ActuatorOperationCustomizer
All Implemented Interfaces:
GlobalOperationCustomizer, OperationCustomizer

public class ActuatorOperationCustomizer extends Object implements GlobalOperationCustomizer
The type Actuator operation customizer.
Author:
bnasslahsen
  • Constructor Details

    • ActuatorOperationCustomizer

      public ActuatorOperationCustomizer()
  • Method Details

    • 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: OperationCustomizer
      Customize operation.
      Specified by:
      customize in interface OperationCustomizer
      Parameters:
      operation - input operation
      handlerMethod - original handler method
      Returns:
      customized operation