Class GsonJsonObjectMapper

  • All Implemented Interfaces:
    Mapper<com.google.gson.JsonObject>

    public class GsonJsonObjectMapper
    extends GsonJsonToObjectMapper<com.google.gson.JsonObject>
    implements Mapper<com.google.gson.JsonObject>
    A specialized Mapper that loads the contents of a valid JSON Source (e.g.: file, URL, string) as a JsonObject, using Gson.

    This allows fetching the contents using JSONPath expressions.

    Additional details may be found at Gson's official documentation.

    Since:
    0.4.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)