Class OperationExtensionDataProcessor
- Namespace
- NSwag.Generation.Processors
- Assembly
- NSwag.Generation.dll
Processes the SwaggerExtensionDataAttribute on the operation method.
public class OperationExtensionDataProcessor : IOperationProcessor
- Inheritance
-
OperationExtensionDataProcessor
- Implements
- Inherited Members
Constructors
OperationExtensionDataProcessor()
public OperationExtensionDataProcessor()
Methods
Process(OperationProcessorContext)
Processes the specified method information.
public bool Process(OperationProcessorContext context)
Parameters
context
OperationProcessorContextThe processor context.
Returns
- bool
true if the operation should be added to the Swagger specification.