C# 클래스 NSwag.CodeGeneration.SwaggerGenerators.WebApi.Processors.DocumentTagsProcessor

Processes the SwaggerTagAttribute and SwaggerTagsAttribute on the controller classes.
상속: IDocumentProcessor
파일 보기 프로젝트 열기: NSwag/NSwag 1 사용 예제들

공개 메소드들

메소드 설명
Process ( DocumentProcessorContext context ) : void

Processes the specified Swagger document.

비공개 메소드들

메소드 설명
AddTagFromSwaggerTagAttribute ( SwaggerDocument document, dynamic tagAttribute ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, Type controllerType ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, Type controllerType ) : void

메소드 상세

Process() 공개 메소드

Processes the specified Swagger document.
public Process ( DocumentProcessorContext context ) : void
context DocumentProcessorContext
리턴 void