A C G J N 
All Classes All Packages

A

apply(InputStream) - Method in class net.obvj.confectory.mapper.JsonOrgJSONObjectMapper
 
apply(InputStream) - Method in class net.obvj.confectory.mapper.JsonOrgPropertiesToJSONObjectMapper
 
apply(InputStream) - Method in class net.obvj.confectory.mapper.JsonOrgXMLToJSONObjectMapper
 

C

configurationHelper(JSONObject) - Method in class net.obvj.confectory.mapper.JsonOrgJSONObjectMapper
 
configurationMerger() - Method in class net.obvj.confectory.internal.helper.JsonOrgJSONObjectHelper
 

G

getAsString() - Method in class net.obvj.confectory.internal.helper.JsonOrgJSONObjectHelper
 
getDouble(String) - Method in class net.obvj.confectory.internal.helper.JsonOrgJSONObjectHelper
 
getMandatoryDouble(String) - Method in class net.obvj.confectory.internal.helper.JsonOrgJSONObjectHelper
 

J

JsonOrgJSONObjectConfigurationMerger - Class in net.obvj.confectory.merger
A specialized ConfigurationMerger that combines two Configuration objects of type JSONObject (json.org implementation) into a single one.
JsonOrgJSONObjectConfigurationMerger() - Constructor for class net.obvj.confectory.merger.JsonOrgJSONObjectConfigurationMerger
Creates a new JSON Configuration Merger for JSONObject using the json.org implementation.
JsonOrgJSONObjectHelper - Class in net.obvj.confectory.internal.helper
A specialized Configuration Helper that retrieves data from JSON.org's JSONObject, with JSONPath capabilities.
JsonOrgJSONObjectHelper(JSONObject) - Constructor for class net.obvj.confectory.internal.helper.JsonOrgJSONObjectHelper
Creates a new helper for the given JSONObject.
JsonOrgJSONObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads the contents of a valid JSON Source (e.g.: file, URL) as a JSONObject (json.org reference implementation).
JsonOrgJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.JsonOrgJSONObjectMapper
 
JsonOrgPropertiesToJSONObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads the contents of a Source (e.g.: file, URL) in the Properties format (a sequence of key-value pairs) and converts it into a JSONObject (json.org reference implementation).
JsonOrgPropertiesToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.JsonOrgPropertiesToJSONObjectMapper
 
JsonOrgXMLToJSONObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads the contents of a valid XML Source (e.g.: file, URL) and converts it into a JSONObject (using json.org reference implementation).
JsonOrgXMLToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.JsonOrgXMLToJSONObjectMapper
 

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 J N 
All Classes All Packages