Share via


IOpenApiDocumentTransformer Interface

Definition

Represents a transformer that can be used to modify an OpenAPI document.

public interface IOpenApiDocumentTransformer
type IOpenApiDocumentTransformer = interface
Public Interface IOpenApiDocumentTransformer

Methods

TransformAsync(OpenApiDocument, OpenApiDocumentTransformerContext, CancellationToken)

Transforms the specified OpenAPI document.

Applies to