Class Ep.NoReq.Res<TResponse>.Map<TMapper>
specify the mapper type of the endpoint
Inheritance
Endpoint<EmptyRequest, TResponse>
EndpointWithoutRequest<TResponse>
EndpointWithoutRequest<TResponse, TMapper>
Ep.NoReq.Res<TResponse>.Map<TMapper>
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Ep.NoReq.Res<TResponse>.Map<TMapper> : EndpointWithoutRequest<TResponse, TMapper>, IEndpoint, IEventBus, IServiceResolverBase, INoRequest, IHasMapper<TMapper>, IHasMapper where TMapper : class, IResponseMapper
Type Parameters
Name | Description |
---|---|
TMapper | the type of the mapper for the endpoint |