Class Ep.Req<TRequest>.Res<TResponse>.Map<TMapper>
specify the mapper type of the endpoint
Inheritance
Endpoint<TRequest, TResponse>
Endpoint<TRequest, TResponse, TMapper>
Ep.Req<TRequest>.Res<TResponse>.Map<TMapper>
Inherited Members
Endpoint<TRequest, TResponse>.SendCreatedAtAsync(string, object, TResponse, bool, CancellationToken)
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Ep.Req<TRequest>.Res<TResponse>.Map<TMapper> : Endpoint<TRequest, TResponse, TMapper>, IEndpoint, IEventBus, IServiceResolverBase, IHasMapper<TMapper>, IHasMapper where TMapper : class, IMapper
Type Parameters
Name | Description |
---|---|
TMapper | the type of the mapper for the endpoint |