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

Processes the SwaggerTagAttribute and SwaggerTagsAttribute on the controller classes.
Inheritance: IDocumentProcessor
Afficher le fichier Open project: NSwag/NSwag Class Usage Examples

Méthodes publiques

Méthode Description
Process ( DocumentProcessorContext context ) : void

Processes the specified Swagger document.

Private Methods

Méthode Description
AddTagFromSwaggerTagAttribute ( SwaggerDocument document, dynamic tagAttribute ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, Type controllerType ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, Type controllerType ) : void

Method Details

Process() public méthode

Processes the specified Swagger document.
public Process ( DocumentProcessorContext context ) : void
context DocumentProcessorContext
Résultat void