Uses of Package
com.fasterxml.jackson.dataformat.yaml
-
Packages that use com.fasterxml.jackson.dataformat.yaml Package Description com.fasterxml.jackson.dataformat.yaml Main abstractions for Jackson YAML format backend, including streaming reader ((YAMLParser
), writer (YAMLGenerator
) (and factory to create them,YAMLFactory
) as well as mapper (YAMLMapper
).com.fasterxml.jackson.dataformat.yaml.snakeyaml.error Replacement for shaded-in package that Jackson versions up to and including 2.7 had; with 2.8 (and later 2.x) we unfortunately fake to sort of fake formerly relocated types. -
Classes in com.fasterxml.jackson.dataformat.yaml used by com.fasterxml.jackson.dataformat.yaml Class Description YAMLFactory YAMLFactoryBuilder TSFBuilder
implementation for constructingYAMLFactory
instances.YAMLGenerator YAMLGenerator.Feature Enumeration that defines all togglable features for YAML generatorsYAMLMapper Convenience version ofObjectMapper
which is configured withYAMLFactory
.YAMLMapper.Builder Base implementation for "Vanilla"ObjectMapper
, used with YAML backend.YAMLParser JsonParser
implementation used to expose YAML documents in form that allows other Jackson functionality to process YAML content, such as binding POJOs to and from it, and building tree representations.YAMLParser.Feature Enumeration that defines all togglable features for YAML parsers. -
Classes in com.fasterxml.jackson.dataformat.yaml used by com.fasterxml.jackson.dataformat.yaml.snakeyaml.error Class Description JacksonYAMLParseException