Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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