C# Class Basic.Swagger.ExamplesSchemaFilter

Inheritance: ISchemaFilter
Afficher le fichier Open project: luoyunchong/IGeekFan.AspNetCore.RapiDoc

Méthodes publiques

Méthode Description
Apply ( OpenApiSchema schema, SchemaFilterContext context ) : void

Private Methods

Méthode Description
GetExampleOrNullFor ( Type type ) : IOpenApiAny

Method Details

Apply() public méthode

public Apply ( OpenApiSchema schema, SchemaFilterContext context ) : void
schema OpenApiSchema
context SchemaFilterContext
Résultat void