Interface SwaggerExtension

    • Method Detail

      • decorateOperation

        void decorateOperation​(io.swagger.models.Operation operation,
                               Method method,
                               Iterator<SwaggerExtension> chain)
        Decorates operation with additional vendor based extensions.
        Parameters:
        operation - the operation, build from swagger definition
        method - the method for additional scan
        chain - the chain with swagger extensions to process