Uses of Class
org.apache.wink.json4j.JSONArray

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(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(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(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(Collection value)
          Method to place a map into the array.
 JSONArray JSONArray.put(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, Collection value)
          Method to place a map into the array.
 JSONArray JSONArray.put(int index, 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, Map value)
          Method to place a java.util.Map instance in the array.
 JSONArray JSONArray.put(int index, Map value, boolean includeSuperclass)
          Method to place a java.util.Map instance in the array.
 JSONArray JSONArray.put(int index, 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(Map value)
          Method to place a map into the array.
 JSONArray JSONArray.put(Map value, boolean includeSuperclass)
          Method to place a map into the array.
 JSONArray JSONArray.put(Object element)
          Map of java.util.ArrayList.add(java.lang.Object), for compatibility to other JSON parsers.
 JSONArray JSONArray.put(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(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(Class<JSONArray> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)
           
 

Methods in org.apache.wink.providers.json4j with parameters of type JSONArray
 long JSON4JArrayProvider.getSize(JSONArray obj, Class<?> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 void JSON4JArrayProvider.writeTo(JSONArray arr, Class<?> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os)
           
 

Method parameters in org.apache.wink.providers.json4j with type arguments of type JSONArray
 JSONArray JSON4JArrayProvider.readFrom(Class<JSONArray> clazz, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.