grandstaish/paperparcel

Improve instantiation strategy

Closed this issue · 0 comments

Currently PaperParcel tries to find a valid constructor for re-constructing the data class. It could also look for setter methods, or even a static factory method. This would improve java usage.