Table of Contents

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 OperationProcessorContext

The processor context.

Returns

bool

true if the operation should be added to the Swagger specification.