Skip to content

5.1.x Jackson 3 make ObjectMapper configurable #6168

Description

@bitkid

Describe the feature

for jackson 2.x i can access the ObjectMapper used by Vert.x by using DatabindCodec.mapper() and configure it (adding custom modules, enable/disable features etc.)

in jackson 3.x ObjectMapper is immutable and configuration can be done using JsonMapper.builder(). This happens somewhere deep in the Vert.x code and is not accessible from outside.

I would need a hook which either provides a Builder or another way to apply my configurations.

Contribution

No response

Metadata

Metadata

Assignees

No one assigned

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions