A C G N 
All Classes All Packages

A

apply(InputStream) - Method in class net.obvj.confectory.mapper.GsonJsonToObjectMapper
 

C

configurationHelper(JsonObject) - Method in class net.obvj.confectory.mapper.GsonJsonObjectMapper
 
configurationHelper(T) - Method in class net.obvj.confectory.mapper.GsonJsonToObjectMapper
 
configurationMerger() - Method in class net.obvj.confectory.internal.helper.GsonJsonObjectHelper
 

G

getAsString() - Method in class net.obvj.confectory.internal.helper.GsonJsonObjectHelper
 
GsonJsonObjectConfigurationMerger - Class in net.obvj.confectory.merger
A specialized ConfigurationMerger that combines two Configuration objects of type JsonObject (Gson implementation) into a single one.
GsonJsonObjectConfigurationMerger() - Constructor for class net.obvj.confectory.merger.GsonJsonObjectConfigurationMerger
Creates a new JSON Configuration Merger for JsonObject using the Gson implementation.
GsonJsonObjectHelper - Class in net.obvj.confectory.internal.helper
A specialized Configuration Helper that retrieves data from Gson's JsonObject, with JSONPath capabilities.
GsonJsonObjectHelper(JsonObject) - Constructor for class net.obvj.confectory.internal.helper.GsonJsonObjectHelper
Creates a new helper for the given JsonObject.
GsonJsonObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads the contents of a valid JSON Source (e.g.: file, URL, string) as a JsonObject, using Gson.
GsonJsonObjectMapper() - Constructor for class net.obvj.confectory.mapper.GsonJsonObjectMapper
Builds a new JSON mapper.
GsonJsonToObjectMapper<T> - Class in net.obvj.confectory.mapper
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.
GsonJsonToObjectMapper(Class<T>) - Constructor for class net.obvj.confectory.mapper.GsonJsonToObjectMapper
Builds a new JSON mapper with the specified target type.

N

net.obvj.confectory.internal.helper - package net.obvj.confectory.internal.helper
 
net.obvj.confectory.mapper - package net.obvj.confectory.mapper
 
net.obvj.confectory.merger - package net.obvj.confectory.merger
 
A C G N 
All Classes All Packages