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
 
configurationHelper(JSONObject) - Method in class net.obvj.confectory.mapper.PropertiesToJSONObjectMapper
 
configurationHelper(JSONObject) - Method in class net.obvj.confectory.mapper.XMLToJSONObjectMapper
 

G

getBean() - Method in class net.obvj.confectory.helper.JSONObjectHelper
 
getBoolean(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
Returns the boolean value associated with the specified jsonPath in the JSONObject in context, provided that the expression returns a single element that can be mapped to boolean.
getDouble(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
Returns the double value associated with the specified jsonPath in the JSONObject in context, provided that the expression returns a single element that can be mapped to double.
getInt(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
Returns the int value associated with the specified jsonPath in the JSONObject in context, provided that the expression returns a single element that can be mapped to int.
getLong(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
Returns the long value associated with the specified jsonPath in the JSONObject in context, provided that the expression returns a single element that can be mapped to long.
getString(String) - Method in class net.obvj.confectory.helper.JSONObjectHelper
Returns the String value associated with the specified jsonPath in the JSONObject in context, provided that the expression returns a single element.

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 a JSONObject from an InputStream.
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 Properties from a given InputStream and converts it into a JSONObject.
PropertiesToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.PropertiesToJSONObjectMapper
 

X

XMLToJSONObjectMapper - Class in net.obvj.confectory.mapper
A specialized Mapper that loads XML data from a given InputStream and converts it into a JSONObject.
XMLToJSONObjectMapper() - Constructor for class net.obvj.confectory.mapper.XMLToJSONObjectMapper
 
A C G J N P X 
Skip navigation links

Copyright © 2021. All rights reserved.