public class GsonJsonObjectMapper extends GsonJsonToObjectMapper<com.google.gson.JsonObject> implements Mapper<com.google.gson.JsonObject>
Mapper that loads the contents of a valid JSON Source
(e.g.: file, URL, string) as a ValueNodes.JsonNode, using Gson.
Additional details may be found at Gson's official documentation.
| Constructor and Description |
|---|
GsonJsonObjectMapper()
Builds a new JSON mapper.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationHelper<com.google.gson.JsonObject> |
configurationHelper(com.google.gson.JsonObject jsonObject) |
applypublic ConfigurationHelper<com.google.gson.JsonObject> configurationHelper(com.google.gson.JsonObject jsonObject)
configurationHelper in interface Mapper<com.google.gson.JsonObject>configurationHelper in class GsonJsonToObjectMapper<com.google.gson.JsonObject>Copyright © 2021. All rights reserved.