All Classes
-
Class Summary Class Description GsonJsonObjectConfigurationMerger A specializedConfigurationMergerthat combines twoConfigurationobjects of typeJsonObject(Gsonimplementation) into a single one.GsonJsonObjectHelper A specialized Configuration Helper that retrieves data from Gson'sJsonObject, with JSONPath capabilities.GsonJsonObjectMapper A specializedMapperthat loads the contents of a valid JSONSource(e.g.: file, URL, string) as aJsonObject, using Gson.GsonJsonToObjectMapper<T> A specializedMapperthat loads the contents of a valid JSONSource(e.g.: file, URL, string) into POJO (Plain Old Java Object), using Gson.