Interface OperationCustomizer

  • All Known Implementing Classes:
    ActuatorOperationCustomizer
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface OperationCustomizer
    Implement and register a bean of type OperationCustomizer to customize an operation based on the handler method input
    Author:
    bnasslahsen
    • 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