Skip navigation links
A C G J N P X 

A

apply(InputStream) - Method in class net.obvj.confectory.mapper.JSONObjectMapper
 
apply(InputStream) - Method in class net.obvj.confectory.mapper.PropertiesToJSONObjectMapper
 
apply(InputStream) - Method in class net.obvj.confectory.mapper.XMLToJSONObjectMapper
 

C

configurationHelper(JSONObject) - Method in class net.obvj.confectory.mapper.JSONObjectMapper
 

G

getDouble(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
 
getMandatoryDouble(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
 

J

JSONObjectHelper - Class in net.obvj.confectory.helper
A specialized Configuration Helper that retrieves data from JSON.org's JSONObject, with JSONPath capabilities.
JSONObjectHelper(JSONObject) - Constructor for class net.obvj.confectory.helper.JSONObjectHelper
Creates a new helper for the given JSONObject.
JSONObjectMapper - 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).
JSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.JSONObjectMapper
 

N

net.obvj.confectory.helper - package net.obvj.confectory.helper
 
net.obvj.confectory.mapper - package net.obvj.confectory.mapper
 

P

PropertiesToJSONObjectMapper - 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).
PropertiesToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.PropertiesToJSONObjectMapper
 

X

XMLToJSONObjectMapper - 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).
XMLToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.XMLToJSONObjectMapper
 
A C G J N P X 
Skip navigation links

Copyright © 2021. All rights reserved.