Rename Bean[De]SerializerBuilder
as Value[De]SerializerBuilder
in 3.0
#3048
Labels
to-evaluate
Issue that has been received but not yet evaluated
(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.
The text was updated successfully, but these errors were encountered: