Interface OpenAPIExtension

    • Method Detail

      • decorateOperation

        void decorateOperation​(Operation operation,
                               Method method,
                               Iterator<OpenAPIExtension> 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
      • setOpenAPI31

        default void setOpenAPI31​(boolean openapi31)