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
|
Method and Description |
---|
com.fasterxml.jackson.dataformat.yaml.YAMLParser.getCurrentAnchor()
Since 2.3 (was added in 2.1) -- use
YAMLParser.getObjectId() instead |
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 © 2022 FasterXML. All rights reserved.