@Mapper(componentModel = "spring", imports = {MapperUtils.class})
public abstract class AnswerMapper {
@Autowired protected DictionaryConverter dictionaryConverter;
public abstract Entity toEntity (CRS crs);
@BeforeMapping protected mapping(CRS crs){
dictionaryConverter.getValue();
}