A C G N
All Classes All Packages
All Classes All Packages
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
ConfigurationMergerthat combines twoConfigurationobjects of typeJsonObject(Gsonimplementation) into a single one. - GsonJsonObjectConfigurationMerger() - Constructor for class net.obvj.confectory.merger.GsonJsonObjectConfigurationMerger
-
Creates a new JSON Configuration Merger for
JsonObjectusing theGsonimplementation. - 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
Mapperthat loads the contents of a valid JSONSource(e.g.: file, URL, string) as aJsonObject, 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
Mapperthat loads the contents of a valid JSONSource(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
All Classes All Packages