Package net.obvj.confectory.mapper
-
Class Summary Class Description 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.