C# Class NSwag.CodeGeneration.SwaggerGenerators.WebApi.Processors.DocumentTagsProcessor

Processes the SwaggerTagAttribute and SwaggerTagsAttribute on the controller classes.
Inheritance: IDocumentProcessor
Exibir arquivo Open project: NSwag/NSwag Class Usage Examples

Public Methods

Method Description
Process ( DocumentProcessorContext context ) : void

Processes the specified Swagger document.

Private Methods

Method Description
AddTagFromSwaggerTagAttribute ( SwaggerDocument document, dynamic tagAttribute ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, Type controllerType ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, Type controllerType ) : void

Method Details

Process() public method

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