1 implementation of IProducesResponseTypeMetadata
Microsoft.AspNetCore.Http.Abstractions (1)
Metadata\ProducesResponseTypeMetadata.cs (1)
18
public sealed class ProducesResponseTypeMetadata :
IProducesResponseTypeMetadata
11 references to IProducesResponseTypeMetadata
Microsoft.AspNetCore.Mvc.ApiExplorer (5)
ApiResponseTypeProvider.cs (4)
66
.OfType<
IProducesResponseTypeMetadata
>()
92
IReadOnlyList<
IProducesResponseTypeMetadata
> producesResponseMetadata,
304
IReadOnlyList<
IProducesResponseTypeMetadata
> responseMetadata,
311
foreach (
var
metadata in responseMetadata)
EndpointMetadataApiDescriptionProvider.cs (1)
331
var producesResponseMetadata = endpointMetadata.GetOrderedMetadata<
IProducesResponseTypeMetadata
>();
Microsoft.AspNetCore.Routing (6)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (6)
38
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> to <see cref="EndpointBuilder.Metadata"/> for all endpoints
59
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> to <see cref="EndpointBuilder.Metadata"/> for all endpoints
95
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> with a <see cref="ProblemDetails"/> type
113
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> with a <see cref="ProblemDetails"/> type
134
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> with a <see cref="HttpValidationProblemDetails"/> type
155
/// Adds an <see cref="
IProducesResponseTypeMetadata
"/> with a <see cref="HttpValidationProblemDetails"/> type