Is there an easy way to basically do the equivalen...
# jackson-kotlin
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”?