Package | Description |
---|---|
com.fasterxml.jackson.dataformat.yaml | |
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error |
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.
|
Class and Description |
---|
YAMLFactory |
YAMLGenerator |
YAMLGenerator.Feature
Enumeration that defines all togglable features for YAML generators
|
YAMLMapper
Convenience version of
ObjectMapper which is configured
with YAMLFactory . |
YAMLParser
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. |
YAMLParser.Feature
Enumeration that defines all togglable features for YAML parsers.
|
Class and Description |
---|
JacksonYAMLParseException |
Copyright © 2017. All rights reserved.