<@U0CP8EBRV>: your code: `ObjectMapper().reader()....
# jackson-kotlin
a
@Czar: your code:
ObjectMapper().reader().readValue(…)
is invalid. the javadoc for
reader()
says:
Copy code
/**
     * Factory method for constructing {@link ObjectReader} with
     * default settings. Note that the resulting instance is NOT usable as is,
     * without defining expected value type.
     */