|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONObject | |
|---|---|
| org.xerial.db | widgets and bean classes for viewing and updating database contents. |
| org.xerial.db.sql | |
| org.xerial.db.sql.sqlite | Database access adaptor for SQLite3 |
| org.xerial.db.storage | |
| org.xerial.json | JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) |
| org.xerial.util.bean | BeanUtil library that supports smooth exchange between JSON(XML) data and Java (bean class) objects |
| org.xerial.wiki | |
| Uses of JSONObject in org.xerial.db |
|---|
| Constructors in org.xerial.db with parameters of type JSONObject | |
|---|---|
Relation(JSONObject jsonObj)
|
|
| Uses of JSONObject in org.xerial.db.sql |
|---|
| Methods in org.xerial.db.sql that return JSONObject | |
|---|---|
JSONObject |
JSONObjectReader.handle(ResultSet rs)
|
static JSONObject |
RelationBuilder.toJSON(Relation r)
|
| Uses of JSONObject in org.xerial.db.sql.sqlite |
|---|
| Methods in org.xerial.db.sql.sqlite that return types with arguments of type JSONObject | |
|---|---|
List<JSONObject> |
SQLiteAccess.jsonQuery(String sql)
|
| Uses of JSONObject in org.xerial.db.storage |
|---|
| Methods in org.xerial.db.storage that return JSONObject | |
|---|---|
JSONObject |
XerialStorageServer.query(Long databaseID,
RelationalQuery query)
|
| Uses of JSONObject in org.xerial.json |
|---|
| Methods in org.xerial.json that return JSONObject | |
|---|---|
JSONObject |
JSONValueBase.getJSONObject()
|
JSONObject |
JSONValue.getJSONObject()
|
JSONObject |
JSONObject.getJSONObject()
|
JSONObject |
JSONLong.getJSONObject()
|
JSONObject |
JSONInteger.getJSONObject()
|
JSONObject |
JSONDouble.getJSONObject()
|
JSONObject |
JSONArray.getJSONObject(int index)
|
JSONObject |
JSONObject.getJSONObject(String key)
|
JSONObject |
JSONWalker.jsonObject()
|
JSONObject |
JSONWalker.object()
|
| Constructors in org.xerial.json with parameters of type JSONObject | |
|---|---|
JSONPullParser(JSONObject jsonObject)
|
|
| Uses of JSONObject in org.xerial.util.bean |
|---|
| Methods in org.xerial.util.bean that return JSONObject | |
|---|---|
static JSONObject |
BeanUtil.toJSONObject(Collection collection)
|
static JSONObject |
BeanUtil.toJSONObject(Object bean)
|
| Methods in org.xerial.util.bean with parameters of type JSONObject | |
|---|---|
static void |
BeanUtil.populateBean(Object bean,
JSONObject json)
fill a bean class with a given JSONObject data |
| Uses of JSONObject in org.xerial.wiki |
|---|
| Methods in org.xerial.wiki that return JSONObject | |
|---|---|
JSONObject |
WikiValue.toJSON(String parameterName)
|
JSONObject |
WikiString.toJSON(String parameterName)
|
JSONObject |
WikiHash.toJSON(String parameterName)
|
JSONObject |
WikiArray.toJSON(String parameterName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
