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

Processes the SwaggerTagsAttribute on the operation method.
Inheritance: IOperationProcessor
Afficher le fichier Open project: NSwag/NSwag

Méthodes publiques

Méthode Description
Process ( OperationProcessorContext context ) : bool

Processes the specified method information.

Private Methods

Méthode Description
AddControllerNameTag ( OperationProcessorContext context ) : void
ProcessSwaggerTagAttributes ( SwaggerDocument document, SwaggerOperationDescription operationDescription, MethodInfo methodInfo ) : void
ProcessSwaggerTagsAttribute ( SwaggerDocument document, SwaggerOperationDescription operationDescription, MethodInfo methodInfo ) : void

Method Details

Process() public méthode

Processes the specified method information.
public Process ( OperationProcessorContext context ) : bool
context OperationProcessorContext
Résultat bool