Allow registering "string-converter hook", for low-level coercion or String mutation #355
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
most-wanted
Tag to indicate that there is heavy user +1'ing action
One common wish for processing (at various levels) is to be able to modify incoming String values, to either:
12
(int
)While such functionality is most often needed for formats like
CSV
andXML
(and perhapsproperties
), it seems that due to needed across multiple formats this would really make sense asjackson-core
functionality.What probably makes sense is to try to figure out abstractions needed, interaction, but require implementations to wire actual activity. In fact, it is almost certainly impossible to do it efficiently and cleanly from within
jackson-core
itself (or from databind).But it should be possible to implement it in core both for API, and wiring for JSON, and then add similar functionality for other textual (and maybe, if there's demand, for binary?) codecs.
The text was updated successfully, but these errors were encountered: