Interface GlobalOperationComponentsCustomizer

All Superinterfaces:
GlobalOperationCustomizer, OperationCustomizer
All Known Implementing Classes:
ActuatorOperationCustomizer

public interface GlobalOperationComponentsCustomizer extends GlobalOperationCustomizer
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 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.

    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 operation
      handlerMethod - original handler method
      Returns:
      customized operation