Parser/Generator features not set when using ObjectMapper.createParser()
/ createGenerator()
#2783
Milestone
ObjectMapper.createParser()
/ createGenerator()
#2783
Jackson 2.11 added new
createParser()
andcreateGenerator()
methods inObjectMapper
.While they work otherwise fine, they do not seem to pass custom stream features (
StreamReadFeature
,StreamWriteFeature
, format-specific features, legacyJsonParser.Feature
/JsonGenerator.Feature
).The text was updated successfully, but these errors were encountered: