Package com.fasterxml.jackson.dataformat.yaml
package 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
).-
ClassDescriptionAutomatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.Optimized Reader that reads UTF-8 encoded content from an input stream.
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.