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