OK, I was able to get this working by using `@fiel...
# jackson-kotlin
r
OK, I was able to get this working by using
@field
on the annotations like so:
@field:JsonDeserialize(using = LenientLocalDateDeserializer::class) @field:JsonFormat(pattern = "M/d/yyyy") val assessmentOnsetDate: LocalDate?