Interface IOperationProcessor
- Namespace
- NSwag.Generation.Processors
- Assembly
- NSwag.Generation.dll
Post processes a generated NSwag.OpenApiOperation.
public interface IOperationProcessor
Methods
Process(OperationProcessorContext)
Processes the specified method information.
bool Process(OperationProcessorContext context)
Parameters
context
OperationProcessorContextThe processor context.
Returns
- bool
true if the operation should be added to the Swagger specification.