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]SerializerBuilder as Value[De]SerializerBuilder in 3.0 #3048

Closed
cowtowncoder opened this issue Feb 8, 2021 · 2 comments
Closed
Labels
to-evaluate Issue that has been received but not yet evaluated

Comments

@cowtowncoder
Copy link
Member

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

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

  • BeanDeserializerBuilder
  • BeanSeserializerBuilder

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 the to-evaluate Issue that has been received but not yet evaluated label Feb 8, 2021
@cowtowncoder
Copy link
Member Author

And after filing this, started to have doubts -- whereas "-Modifier"s are non-Bean specific, builders are. So will need to rethink this one.

@cowtowncoder
Copy link
Member Author

As per earlier note, closing; no plans to rename at this point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to-evaluate Issue that has been received but not yet evaluated
Projects
None yet
Development

No branches or pull requests

1 participant