IOpenApiDocumentTransformer Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un transformateur qui peut être utilisé pour modifier un document OpenAPI.
public interface IOpenApiDocumentTransformer
type IOpenApiDocumentTransformer = interface
Public Interface IOpenApiDocumentTransformer
Méthodes
TransformAsync(OpenApiDocument, OpenApiDocumentTransformerContext, CancellationToken) |
Transforme le document OpenAPI spécifié. |