-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Due to problems with trying to override builder factory for ObjectMapper
, and introduction of JSON-specific format features (JsonReadFeature
, JsonWriteFeature
), it is necessary to introduce separate JsonMapper
, to be used instead of ObjectMapper
.
With this (and related Smile, CBOR additions), there will now be format-specific mapper subtype for all formats. ObjectMapper
will still exist, and may even be instantiated (more so with 2.10, less with 3.x), but usage should move over to specific mappers for 3.x.
Metadata
Metadata
Assignees
Labels
No labels