Interface OperationCustomizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.swagger.v3.oas.models.Operation customize​(io.swagger.v3.oas.models.Operation operation, org.springframework.web.method.HandlerMethod handlerMethod)
      Customize operation.
    • Method Detail

      • customize

        io.swagger.v3.oas.models.Operation customize​(io.swagger.v3.oas.models.Operation operation,
                                                     org.springframework.web.method.HandlerMethod handlerMethod)
        Customize operation.
        Parameters:
        operation - input operation
        handlerMethod - original handler method
        Returns:
        customized operation