Class ActuatorOperationCustomizer

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

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

    Constructors
    Constructor
    Description
    Instantiates a new Actuator operation customizer.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    io.swagger.v3.oas.models.Operation
    customize(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod)
    Customize operation.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ActuatorOperationCustomizer

      public ActuatorOperationCustomizer(SpringDocConfigProperties springDocConfigProperties)
      Instantiates a new Actuator operation customizer.
      Parameters:
      springDocConfigProperties - the spring doc config properties
  • Method Details

    • customize

      public 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)
      Description copied from interface: GlobalOperationComponentsCustomizer
      Customize operation.
      Specified by:
      customize in interface GlobalOperationComponentsCustomizer
      Parameters:
      operation - input operation
      handlerMethod - original handler method
      Returns:
      customized operation
    • 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