Uses of Package
com.fasterxml.jackson.dataformat.yaml
Packages that use com.fasterxml.jackson.dataformat.yaml
Package
Description
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.yamlClassDescriptionEnumeration that defines all togglable features for YAML generatorsConvenience version of
ObjectMapper
which is configured withYAMLFactory
.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. -