Jackson serializer , Exception.

Hello there,

We have an exception [1] when using the Jackson Serializer, on the QueryHandler side. The exception is also visible on the calling .query(…) side.
The return object is a kotlin data dto [2].

Jackson works fine with this annotation on the constructor (and all the constructor properties as , if the value object is immutable:
`

@ConstructorProperties({“fieldname1”, “fieldname2”})

`

I found a link to a description, how this annotation can also be used within kotlin:
https://tech.signavio.com/2017/kotlin-dropwizard-jooq-guice