File tree 2 files changed +2
-1
lines changed
src/main/java/com/fasterxml/jackson/core
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ JSON library.
20
20
#378: Change default for `TokenStreamFactory.Feature.INTERN_FIELD_NAMES` to `false`
21
21
#432: Add new `TreeNode` subtypes: `ArrayTreeNode`, `ObjectTreeNode`
22
22
#433: Add Builder pattern for creating configured Stream factories
23
+ #456: Add `JsonParser.readAsValue(ResolvedType)`
23
24
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`
Original file line number Diff line number Diff line change 17
17
* to make results more human readable. Usually this means things like adding
18
18
* linefeeds and indentation.
19
19
*<p>
20
- * Note: since stateful implementations MUST implement
20
+ * Note: stateful implementations MUST implement
21
21
* {@link com.fasterxml.jackson.core.util.Instantiatable} interface,
22
22
* to allow for constructing per-generation instances and avoid
23
23
* state corruption.
You can’t perform that action at this time.
0 commit comments