Uses of Class
tools.jackson.dataformat.yaml.YAMLMapper
Packages that use YAMLMapper
Package
Description
Main abstractions for Jackson YAML format backend, including
streaming reader ((
YAMLParser),
writer (YAMLGenerator)
(and factory to create them, YAMLFactory)
as well as mapper (YAMLMapper).-
Uses of YAMLMapper in tools.jackson.dataformat.yaml
Methods in tools.jackson.dataformat.yaml that return YAMLMapperModifier and TypeMethodDescriptionYAMLMapper.Builder.build()static YAMLMapperYAMLMapper.shared()Accessor method for getting globally shared "default"YAMLMapperinstance: one that has default configuration, no modules registered, no config overrides.