| Class | Description |
|---|---|
| GsonJsonObjectMapper |
A specialized
Mapper that loads the contents of a valid JSON Source
(e.g.: file, URL, string) as a ValueNodes.JsonNode, using Gson. |
| GsonJsonToObjectMapper<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 Gson. |
Copyright © 2021. All rights reserved.