Skip to content

Support mapping xsi:nil marked elements as nulls (JsonToken.VALUE_NULL) #354

Closed
@cowtowncoder

Description

@cowtowncoder

Although XML specification does not specify semantics for xsi:nil (with appropriate namespace), XML Schema specification does, and so some Java XML libraries (including JAXB) support mapping it into nulls.
(there is the related question of generation/writing, but this issue covers only read side).

It would be good if Jackson did same mapping automatically.

For background, see

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions