Class UserMapper


  • @Service
    public class UserMapper
    extends Object
    Mapper for the entity User and its DTO called UserDTO. Normal mappers are generated using MapStruct, this one is hand-coded as MapStruct support is still in beta, and requires a manual step with an IDE.