IOpenApiOperationTransformer Interface

Definition

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

public interface IOpenApiOperationTransformer
type IOpenApiOperationTransformer = interface
Public Interface IOpenApiOperationTransformer

Methods

TransformAsync(OpenApiOperation, OpenApiOperationTransformerContext, CancellationToken)

Transforms the specified OpenAPI operation.

Applies to