1 implementation of IProducesResponseTypeMetadata
Microsoft.AspNetCore.Http.Abstractions (1)
Metadata\ProducesResponseTypeMetadata.cs (1)
18public sealed class ProducesResponseTypeMetadata : IProducesResponseTypeMetadata
11 references to IProducesResponseTypeMetadata
Microsoft.AspNetCore.Mvc.ApiExplorer (5)
ApiResponseTypeProvider.cs (4)
66.OfType<IProducesResponseTypeMetadata>() 92IReadOnlyList<IProducesResponseTypeMetadata> producesResponseMetadata, 304IReadOnlyList<IProducesResponseTypeMetadata> responseMetadata, 311foreach (var metadata in responseMetadata)
EndpointMetadataApiDescriptionProvider.cs (1)
331var 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