Uses of Package
com.fasterxml.jackson.dataformat.yaml
Packages that use com.fasterxml.jackson.dataformat.yaml
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
).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.yamlClassDescription
TSFBuilder
implementation for constructingYAMLFactory
instances.Enumeration that defines all togglable features for YAML generatorsConvenience version ofObjectMapper
which is configured withYAMLFactory
.Base implementation for "Vanilla"ObjectMapper
, used with YAML backend.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.Enumeration that defines all togglable features for YAML parsers. -