Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

java - Can I map to a non default constructor with ModelMapper without defining any custom TypeMaps or so?

I work with immutable objects. I would like to map from one to another immutable object with ModelMapper. If I do that just like this I'm getting an exception Failed to instantiate instance of destination com.MyImmutableObject. Ensure that com.MyImmutableObject has a non-private no-argument constructor

As I've declared all fields as final, there won't be a default constructor. Also I don't want to declare custom typemaps for the ModelMapper which just makes the whole thing blow up and more complex than usefull. Is there an easy way to tell the ModelMapper, to map directly to a constructor?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...