Show / Hide Table of Contents

Class SwaggerIgnoreOriginalHttpDocumentFilter

Filter responsible for ignore the original http documents on swagger.

Inheritance
System.Object
SwaggerIgnoreOriginalHttpDocumentFilter
Namespace: StoneCo.Framework.Host.Api.Filters
Assembly: cs.temp.dll.dll
Syntax
public class SwaggerIgnoreOriginalHttpDocumentFilter : IDocumentFilter

Methods

Apply(OpenApiDocument, DocumentFilterContext)

Apply operation on filter.

Declaration
public void Apply(OpenApiDocument swaggerDoc, DocumentFilterContext context)
Parameters
Type Name Description
OpenApiDocument swaggerDoc

Document that including filters.

DocumentFilterContext context

Context of document filter.

Back to top Generated by DocFX