mapstruct / mapstruct-spring-extensions

Helpful additions to MapStruct when using the Spring Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Mappers with a generic source and/or target type

Chessray opened this issue · comments

Something of the form e.g. public interface WheelsMapper extends Converter<Wheels, List<WheelsDto>> or public interface WheelsListMapper extends Converter<List<WheelsDto>, Wheels>.