Class ActuatorOperationCustomizer

    • Constructor Detail

      • ActuatorOperationCustomizer

        public ActuatorOperationCustomizer()
    • Method Detail

      • 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