Skip to content

interface IOpenApiDocumentTransformer

cangjie
public interface IOpenApiDocumentTransformer

功能:定义 OpenAPI 文档转换器接口。

成员概览

成员功能
func transform(OpenApiDocument, OpenApiDocumentTransformerContext)转换指定的 OpenAPI 文档。

func transform(OpenApiDocument, OpenApiDocumentTransformerContext)

cangjie
func transform(document: OpenApiDocument, context: OpenApiDocumentTransformerContext): Unit

功能:转换指定的 OpenAPI 文档。

参数:

返回值:

  • Unit