protected Object readResolve()
int _yamlParserFeatures
int _yamlGeneratorFeatures
org.yaml.snakeyaml.DumperOptions.Version _version
StringQuotingChecker _quotingChecker
org.yaml.snakeyaml.LoaderOptions _loaderOptions
null
for backwards compatibility (which means
whatever default settings SnakeYAML
deems best).
If you need to support parsing YAML files that are larger than 3Mb, it is recommended that you provide a LoaderOptions instance where you set the Codepoint Limit to a larger value than its 3Mb default.
org.yaml.snakeyaml.DumperOptions _dumperOptions
null
for backwards compatibility (which means
the dumper options are derived based on YAMLGenerator.Feature
s).
These YAMLGenerator.Feature
s are ignored if you provide your own DumperOptions:
YAMLGenerator.Feature.ALLOW_LONG_KEYS
YAMLGenerator.Feature.CANONICAL_OUTPUT
YAMLGenerator.Feature.INDENT_ARRAYS
YAMLGenerator.Feature.INDENT_ARRAYS_WITH_INDICATOR
YAMLGenerator.Feature.SPLIT_LINES
YAMLGenerator.Feature.USE_PLATFORM_LINE_BREAKS
org.yaml.snakeyaml.error.MarkedYAMLException _source
Copyright © 2022 FasterXML. All rights reserved.