Class Ep.Req<TRequest>.NoRes.Map<TMapper>
specify the request mapper type of the endpoint
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
public abstract class Ep.Req<TRequest>.NoRes.Map<TMapper> : EndpointWithMapper<TRequest, TMapper>, IEndpoint, IEventBus, IServiceResolverBase, IHasMapper<TMapper>, IHasMapper where TMapper : class, IRequestMapper
Type Parameters
Name | Description |
---|---|
TMapper | the type of the mapper for the endpoint |