Код: Выделить всё
public class MapThisClass {
private OffsetDateTime time;
// other attributes
}
Код: Выделить всё
public class MapThisClassMapper {
//. Map other attributes
Mapping(target = “time”, expression = "java(OffsetDateTime.now(ZoneOffset.UTC))")
public abstract MapThisClass cloneMapThisClass(MapThisClass mapThisObject, Clazz someOtherClassToMapFrom);
}
Код: Выделить всё
ERROR] MapThisMapperImpl.java:[233,61] cannot find symbol
[ERROR] symbol: variable ZoneOffset
[ERROR] location: class MapThisMapperImpl
[ERROR] MapThisMapperImpl.java:[233,42] cannot find symbol
[ERROR] symbol: variable OffsetDateTime
[ERROR] location: class MapThisMapperImpl
Буду очень признателен за любую информацию/помощь.
спасибо!
Подробнее здесь: https://stackoverflow.com/questions/793 ... -mapstruct
Мобильная версия