Class NtsUserMapper


  • @Service
    @ConditionalOnMissingBean(name="userMapper")
    public class NtsUserMapper
    extends Object
    Mapper for the entity NtsUserEntity and its DTO called NtsUserDTO. 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.