Skip to content

Add JsonMapper to replace generic ObjectMapper usage #2153

@cowtowncoder

Description

@cowtowncoder

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions