Skip to content

Rename Bean[De]SerializerModifier as Value[De]SerializerModifier in 3.0  #3047

@cowtowncoder

Description

@cowtowncoder

(note: part of https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-6)

Similar to other renamings -- and consistent in particular with #3044 -- it seems that following types:

  • BeanDeserializerModifier
  • BeanSeserializerModifier

could and should be slightly modified to replace "Bean" with "Value": reason being that these interfaces are used for all Value serializers/deserializers and not only for property-based Bean types. This would leave remaining "Bean"-suffixed types to be directly related to Bean types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xIssues to be only tackled for Jackson 3.x, not 2.x

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions