| Class | Description |
|---|---|
| YAMLToJSONObjectMapper |
A specialized
Mapper that loads the contents of a valid YAML Source
(e.g.: file, URL, string) as a JSONObject, using SnakeYAML. |
| YAMLToObjectMapper<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 SnakeYAML. |
Copyright © 2022. All rights reserved.