| Class and Description |
|---|
| com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.Mark
Should use basic
JsonLocation instead |
| Exceptions and Description |
|---|
| com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.MarkedYAMLException
Since 2.8
|
| com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.YAMLException
Since 2.8
|
| Field and Description |
|---|
| com.fasterxml.jackson.dataformat.yaml.YAMLAnchorReplayingParser.MAX_ANCHORS
Since 2.21.6 not used for anything: this counted anchors nested inside
each other, and since every such anchor is an open collection, the (configurable)
StreamReadConstraints.getMaxNestingDepth() is
always reached first. |
| com.fasterxml.jackson.dataformat.yaml.YAMLAnchorReplayingParser.MAX_MERGES
Since 2.21.6 not used for anything: nesting of merge keys is limited by
StreamReadConstraints.getMaxNestingDepth(),
which is both configurable and reached first (merge nesting can never exceed
the nesting depth of the document it occurs in). |
| Method and Description |
|---|
| com.fasterxml.jackson.dataformat.yaml.YAMLFactory.createParser(URL) |
| com.fasterxml.jackson.dataformat.yaml.YAMLParser.getCurrentAnchor()
Since 2.3 (was added in 2.1) -- use
YAMLParser.getObjectId() instead |
| com.fasterxml.jackson.dataformat.yaml.YAMLParser.getCurrentLocation() |
| com.fasterxml.jackson.dataformat.yaml.YAMLParser.getCurrentName() |
| com.fasterxml.jackson.dataformat.yaml.YAMLParser.getTokenLocation() |
| Constructor and Description |
|---|
| com.fasterxml.jackson.dataformat.yaml.YAMLGenerator(IOContext, int, int, ObjectCodec, Writer, DumperOptions.Version) |
| com.fasterxml.jackson.dataformat.yaml.YAMLParser(IOContext, BufferRecycler, int, int, ObjectCodec, Reader)
since 2.14, use other constructor
|
Copyright © 2026 FasterXML. All rights reserved.