Skip to content

DelegatingDeserializer missing override of getAbsentValue() (and couple of other methods) #3748

@cowtowncoder

Description

@cowtowncoder

Looks like some of the methods added in later 2.x versions are missing overrides in DelegatingDeserializer:

  • unwrappingDeserializer() (added in )
  • getAbsentValue() (added in 2.13)
  • getEmptyAccessPattern() (added in 2.9)
  • deserialize(JsonParser p, DeserializationContext ctxt, T intoValue) (added in 2.10)

So let's add them.

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