I have problem with mapping my objects with mapstruct.
My DTO\'s :
public class CompetitionDto { private Long id; private String name; priv