Add missing ObjectMapper#createNonBlockingByteBufferParser()
method
#5110
Labels
3.0
Issue planned for initial 3.0 release
Is your feature request related to a problem? Please describe.
In Jackson 3, for some reasons, only
createNonBlockingByteArrayParser
exists in ObjectMapper. Spring also usescreateNonBlockingByteBufferParser
in itsJacksonTokenizer
and currently has to write code like:Describe the solution you'd like
It would be better to have
ObjectMapper#createNonBlockingByteBufferParser
to avoid invokingobjectMapper._deserializationContext()
in production code and have a shorter syntax.Usage example
Additional context
No response
The text was updated successfully, but these errors were encountered: