Make TokenBuffer(JsonParser, ObjectReadContext)
constructor public
#5101
Labels
3.0
Issue planned for initial 3.0 release
I am working on adding support for Jackson 3 in Spring Framework 7.
We would need
TokenBuffer(JsonParser, ObjectReadContext)
to bepublic
not justprotected
as we use it there.I would also welcome guidance on how to get the required
ObjectReadContext
asObjectMapper#_deserializationContext
is documented as "only public to allow for testing".The text was updated successfully, but these errors were encountered: