Pretty noob question: when using jackson-kotlin wi...
# jackson-kotlin
m
Pretty noob question: when using jackson-kotlin with jersey, I just get a HTTP 400 when sending a partial entity to a function that looks like
@PUT fun test(@Auth me: User, entity: MyMessage)
. Can I somehow convince kotlin to just use the named parameters from the passed JSON object I send in (all absent parameters have default values)?