Skip to content

JsonFormat.Shape.POJO (or Shape.OBJECT) does not work for Map.Entry via property annotation #1419

@cowtowncoder

Description

@cowtowncoder

(note: follow-up of #865)

Although use of class annotations works for Map.Entry serialization and deserialization, per-property annotation doesn't. The reason for this is that it significantly easier to block default (de)serialization from being used when class has the annotation; for per-property annotation this has to be done from within createContextual().

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xIssues to be only tackled for Jackson 3.x, not 2.xhas-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions