You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to create "fully configured" parser that would be suitable for passing to ObjectMapper or ObjectReader, esp. for use cases that involve JsonParser.readValueAs().
Previously (with Jackson 2.x) this could be achieved by passing or (re)setting ObjectCodec, but since that will be removed (see #16) we need replacement.
The text was updated successfully, but these errors were encountered:
(similar to #17 but for parsers)
Currently there is no way to create "fully configured" parser that would be suitable for passing to
ObjectMapper
orObjectReader
, esp. for use cases that involveJsonParser.readValueAs()
.Previously (with Jackson 2.x) this could be achieved by passing or (re)setting
ObjectCodec
, but since that will be removed (see #16) we need replacement.The text was updated successfully, but these errors were encountered: