Possibly support @Transient fields for Kotlin data classes without separate persistence constructor #449
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
The necessity to provide a separate persistence constructor for kotlin data classes with
@Transient
properties seems odd to me.I would think it should be possible to exclude a @transient field during mapping for which default value is defined?
The text was updated successfully, but these errors were encountered: