Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Feb 8, 2021 · 0 comments
Closed
Labels
Milestone

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Feb 8, 2021

(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.

@cowtowncoder cowtowncoder added to-evaluate Issue that has been received but not yet evaluated 3.x and removed to-evaluate Issue that has been received but not yet evaluated labels Feb 8, 2021
@cowtowncoder cowtowncoder changed the title Rename Bean[De]Serializer[Modifier|Builder] as Value[]... in 3.0 Rename Bean[De]SerializerModifier as Value[De]SerializerModifier in 3.0 Feb 8, 2021
@cowtowncoder cowtowncoder added this to the 3.0.0 milestone Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant