Serialized Form
-
Package tools.jackson.dataformat.yaml
-
Exception tools.jackson.dataformat.yaml.JacksonYAMLParseException
class JacksonYAMLParseException extends tools.jackson.core.exc.StreamReadException implements Serializable- serialVersionUID:
- 1L
-
Class tools.jackson.dataformat.yaml.YAMLFactory
class YAMLFactory extends tools.jackson.core.base.TextualTSFactory implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
Method that we need to override to actually make restoration go through constructors etc.
-
-
Serialized Fields
-
_dumpSettings
org.snakeyaml.engine.v2.api.DumpSettings _dumpSettings
Configuration for underlying generator to follow, if specified; left asnullfor backwards compatibility (which means the dumper options are derived based onYAMLWriteFeatures).These
YAMLWriteFeatures 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_BREAKS
-
_loadSettings
org.snakeyaml.engine.v2.api.LoadSettings _loadSettings
Configuration for underlying parser to follow, if specified; left asnullfor backwards compatibility (which means whatever default settingssnakeyaml-enginedeems best). -
_quotingChecker
StringQuotingChecker _quotingChecker
Helper object used to determine whether property names, String values must be quoted or not. -
_version
org.snakeyaml.engine.v2.common.SpecVersion _version
YAML version for underlying generator to follow, if specified.
-
-
Class tools.jackson.dataformat.yaml.YAMLMapper
class YAMLMapper extends tools.jackson.databind.ObjectMapper implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readResolve
-
writeReplace
-
-
Class tools.jackson.dataformat.yaml.YAMLMapper.Builder.StateImpl
class StateImpl extends tools.jackson.databind.cfg.MapperBuilderState implements Serializable- serialVersionUID:
- 3L
-
Serialization Methods
-
readResolve
-
-
-
Package tools.jackson.dataformat.yaml.util
-
Class tools.jackson.dataformat.yaml.util.StringQuotingChecker
class StringQuotingChecker extends Object implements Serializable- serialVersionUID:
- 1L
-
Class tools.jackson.dataformat.yaml.util.StringQuotingChecker.Default
class Default extends StringQuotingChecker implements Serializable- serialVersionUID:
- 1L
-