Add createGenerator
methods in ObjectMapper
, ObjectWriter
#1789
Milestone
createGenerator
methods in ObjectMapper
, ObjectWriter
#1789
(via FasterXML/jackson3-dev#17)
So: since calling
createGenerator
throughJsonFactory
can not properly linkObjectWriteContext
, it'd be much better to have equivalent factory methods inObjectMapper
andObjectWriter
. And we can also add a subset inObjectWriteContext
, for possible "JSON in JSON" use cases.The text was updated successfully, but these errors were encountered: