Uses of Package
tools.jackson.dataformat.yaml
Packages that use tools.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).-
Classes in tools.jackson.dataformat.yaml used by tools.jackson.dataformat.yamlClassDescriptionA subclass of YAMLFactory with the only purpose to replace the YAMLParser by the YAMLAnchorReplayingParser subclass.A subclass of YAMLFactoryBuilder with the only purpose to replace the YAMLFactory by the YAMLAnchorReplayingFactory subclass.A parser that remembers the events of anchored parts in yaml and repeats them to inline these parts when an alias if found instead of only returning an alias.
TSFBuilderimplementation for constructingYAMLFactoryinstances.Convenience version ofObjectMapperwhich is configured withYAMLFactory.Base implementation for "Vanilla"ObjectMapper, used with YAML backend.JsonParserimplementation 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.Enumeration that defines all togglable features for YAML generators