| Class | Description |
|---|---|
| JacksonJsonNodeMapper |
A specialized
Mapper that loads the contents of a valid JSON Source
(e.g.: file, URL, string) as a JsonNode, using Jackson's JsonMapper. |
| JacksonJsonToObjectMapper<T> |
A specialized
Mapper that loads the contents of a valid JSON Source
(e.g.: file, URL, string) into POJO (Plain Old Java Object), using Jackson's
JsonMapper. |
Copyright © 2022. All rights reserved.