Is there an easy way to basically do the equivalent of putting `@get:JsonIgnore` on every `val` decl...
d
Is there an easy way to basically do the equivalent of putting
@get:JsonIgnore
on every
val
declared in the body of a data class? ie, to say “i just want serialization to show the constructor parameter fields”?