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.Features).
These YAMLGenerator.Features are ignored if you provide your own DumperOptions:
YAMLGenerator.Feature.ALLOW_LONG_KEYSYAMLGenerator.Feature.CANONICAL_OUTPUTYAMLGenerator.Feature.INDENT_ARRAYSYAMLGenerator.Feature.INDENT_ARRAYS_WITH_INDICATORYAMLGenerator.Feature.SPLIT_LINESYAMLGenerator.Feature.USE_PLATFORM_LINE_BREAKSorg.yaml.snakeyaml.error.MarkedYAMLException _source
Copyright © 2022 FasterXML. All rights reserved.