Class OpenAPIDslConnector

    • Constructor Detail

      • OpenAPIDslConnector

        public OpenAPIDslConnector()
    • Method Detail

      • createExecuteOperation

        protected OpenAPIDslOperation createExecuteOperation​(OperationContext context)
        The OpenAPI DSL Connector provides flexibility by only supporting Execute operation. The operation instance executes the underlying HTTP method(GET / HEAD / POST / DELETE / PUT / PATCH / OPTIONS / TRACE ) against the selected path with any additional schemas and parameters defined by the specification.
        Overrides:
        createExecuteOperation in class OpenAPIConnector
        Parameters:
        context - the OperationContext
        Returns:
        OpenAPIDslOperation