All Classes and Interfaces
Class
Description
Exception type thrown by YAML generator when SnakeYAML's emitter throws
a
YamlEngineException.Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
Helper class that defines API used by
YAMLGenerator
to check whether property names and String values need to be quoted or not.Default
StringQuotingChecker implementation used unless
custom implementation registered.Optimized Reader that reads UTF-8 encoded content from an input stream.
A 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.
TSFBuilder
implementation for constructing YAMLFactory
instances.Convenience version of
ObjectMapper which is configured
with YAMLFactory.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.
Enumeration that defines all togglable features for YAML generators