|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONArray | |
---|---|
org.apache.wink.json4j | |
org.apache.wink.json4j.compat.impl | |
org.apache.wink.providers.json4j |
Uses of JSONArray in org.apache.wink.json4j |
---|
Methods in org.apache.wink.json4j that return JSONArray | |
---|---|
JSONArray |
JSONArray.getJSONArray(int index)
Utility method to obtain the specified index as a JSONArray Only values that are instances of JSONArray will be returned. |
JSONArray |
JSONObject.getJSONArray(java.lang.String key)
Utility method to obtain the specified key as a JSONArray Only values that are instances of JSONArray will be returned. |
JSONArray |
JSONObject.names()
Utility function that returns a JSONArray of all the names of the keys (attributes) of this JSONObject |
JSONArray |
JSONObject.optJSONArray(java.lang.String key)
Utility method to obtain the specified key as a JSONArray Only values that are instances of JSONArray will be returned. |
JSONArray |
JSONObject.optJSONArray(java.lang.String key,
JSONArray defaultValue)
Utility method to obtain the specified key as a JSONArray Only values that are instances of JSONArray will be returned. |
JSONArray |
JSONArray.put(boolean value)
Method to place a int into the array. |
JSONArray |
JSONArray.put(java.util.Collection value)
Method to place a map into the array. |
JSONArray |
JSONArray.put(java.util.Collection value,
boolean includeSuperclass)
Method to place a map into the array. |
JSONArray |
JSONArray.put(double value)
Method to place a double into the array. |
JSONArray |
JSONArray.put(int value)
Method to place a int into the array. |
JSONArray |
JSONArray.put(int index,
boolean value)
Method to place a boolean into the array. |
JSONArray |
JSONArray.put(int index,
java.util.Collection value)
Method to place a map into the array. |
JSONArray |
JSONArray.put(int index,
java.util.Collection value,
boolean includeSuperclass)
Method to place a map into the array. |
JSONArray |
JSONArray.put(int index,
double value)
Method to place a double into the array. |
JSONArray |
JSONArray.put(int index,
int value)
Method to place an int into the array. |
JSONArray |
JSONArray.put(int index,
long value)
Method to place a long into the array. |
JSONArray |
JSONArray.put(int index,
java.util.Map value)
Method to place a java.util.Map instance in the array. |
JSONArray |
JSONArray.put(int index,
java.util.Map value,
boolean includeSuperclass)
Method to place a java.util.Map instance in the array. |
JSONArray |
JSONArray.put(int index,
java.lang.Object element)
Map of java.util.ArrayList.add(int, java.lang.Object), for compatibility to other JSON parsers. |
JSONArray |
JSONArray.put(int index,
short value)
Method to place a short into the array. |
JSONArray |
JSONArray.put(long value)
Method to place a long into the array. |
JSONArray |
JSONArray.put(java.util.Map value)
Method to place a map into the array. |
JSONArray |
JSONArray.put(java.util.Map value,
boolean includeSuperclass)
Method to place a map into the array. |
JSONArray |
JSONArray.put(java.lang.Object element)
Map of java.util.ArrayList.add(java.lang.Object), for compatibility to other JSON parsers. |
JSONArray |
JSONArray.put(java.lang.Object element,
boolean includeSuperclass)
Map of java.util.ArrayList.add(java.lang.Object), for compatibility to other JSON parsers. |
JSONArray |
JSONArray.put(short value)
Method to place a short into the array. |
JSONArray |
JSONObject.toJSONArray(JSONArray names)
Produce a JSONArray containing the values of the members of this JSONObject |
Methods in org.apache.wink.json4j with parameters of type JSONArray | |
---|---|
JSONArray |
JSONObject.optJSONArray(java.lang.String key,
JSONArray defaultValue)
Utility method to obtain the specified key as a JSONArray Only values that are instances of JSONArray will be returned. |
JSONArray |
JSONObject.toJSONArray(JSONArray names)
Produce a JSONArray containing the values of the members of this JSONObject |
Uses of JSONArray in org.apache.wink.json4j.compat.impl |
---|
Fields in org.apache.wink.json4j.compat.impl declared as JSONArray | |
---|---|
protected JSONArray |
ApacheJSONArrayDelegate.delegate
|
Constructors in org.apache.wink.json4j.compat.impl with parameters of type JSONArray | |
---|---|
ApacheJSONArrayDelegate(JSONArray jArray)
|
Uses of JSONArray in org.apache.wink.providers.json4j |
---|
Methods in org.apache.wink.providers.json4j that return JSONArray | |
---|---|
JSONArray |
JSON4JArrayProvider.readFrom(java.lang.Class<JSONArray> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers,
java.io.InputStream is)
|
Methods in org.apache.wink.providers.json4j with parameters of type JSONArray | |
---|---|
long |
JSON4JArrayProvider.getSize(JSONArray obj,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
|
void |
JSON4JArrayProvider.writeTo(JSONArray arr,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> headers,
java.io.OutputStream os)
|
Method parameters in org.apache.wink.providers.json4j with type arguments of type JSONArray | |
---|---|
JSONArray |
JSON4JArrayProvider.readFrom(java.lang.Class<JSONArray> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers,
java.io.InputStream is)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |