| Class | Description |
|---|---|
| JacksonYAMLToJsonNodeMapper |
A specialized
Mapper that loads the contents of a valid YAML Source
(e.g.: file, URL, string) and converts it into a JsonNode, using Jackson's
YAMLMapper. |
| JacksonYAMLToObjectMapper<T> |
A specialized
Mapper that loads the contents of a valid YAML Source
(e.g.: file, URL, string) into POJO (Plain Old Java Object), using Jackson's
YAMLMapper. |
Copyright © 2021. All rights reserved.