Skip to content

Give Custom Deserializers access to the resolved target Class of the currently deserialized object #165

@Laures

Description

@Laures

Jackson resolves the target class for a json object using parameter/property types, annotations, json properties or a parameter in the object mapper.

please give custom deserializers easy access to this information. currently it is nearly impossible to create a deserializer that works for multiple types. the only way would be to implement "contextualdeserializer" and access the bean property which is very complicated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions