eXo WS :: Framework :: JSON 2.4.0-Alpha1

Uses of Class
org.exoplatform.ws.frameworks.json.value.JsonValue

Packages that use JsonValue
org.exoplatform.ws.frameworks.json   
org.exoplatform.ws.frameworks.json.impl   
org.exoplatform.ws.frameworks.json.value   
org.exoplatform.ws.frameworks.json.value.impl   
 

Uses of JsonValue in org.exoplatform.ws.frameworks.json
 

Methods in org.exoplatform.ws.frameworks.json that return JsonValue
 JsonValue JsonGenerator.createJsonObject(Object bean)
          Get HashMap representation for Java Bean object.
 JsonValue JsonHandler.getJsonObject()
           
 

Uses of JsonValue in org.exoplatform.ws.frameworks.json.impl
 

Methods in org.exoplatform.ws.frameworks.json.impl that return JsonValue
 JsonValue JsonGeneratorImpl.createJsonArray(Collection<?> collection)
          Create JSON array from specified collection.
 JsonValue JsonGeneratorImpl.createJsonArray(Object array)
          Create JSON array from specified object.
 JsonValue JsonGeneratorImpl.createJsonObject(Object object)
          Create JSON object from specified object.
 JsonValue JsonGeneratorImpl.createJsonObjectFromMap(Map<String,?> map)
          Create JSON object from specified map.
 JsonValue JsonGeneratorImpl.createJsonObjectFromString(String s)
          Create JSON object from specified string imply it is JSON object in String format.
 JsonValue JsonDefaultHandler.getJsonObject()
          
 

Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonValue
static Object ObjectBuilder.createArray(Class<?> clazz, JsonValue jsonArray)
          Create array of Java Object from JSON source include multi-dimension array.
static
<T extends Collection<?>>
T
ObjectBuilder.createCollection(Class<T> collectionClass, Type genericType, JsonValue jsonArray)
          Create instance of collectionClass from JSON representation.
 Object BeanBuilder.createObject(Class<?> clazz, JsonValue jsonValue)
          Deprecated. Create Java Bean from JSON Source.
static
<T> T
ObjectBuilder.createObject(Class<T> clazz, JsonValue jsonValue)
          Create Java Bean from Json Source.
static
<T extends Map<String,?>>
T
ObjectBuilder.createObject(Class<T> mapClass, Type genericType, JsonValue jsonObject)
          Create instance of mapClass from JSON representation.
 

Uses of JsonValue in org.exoplatform.ws.frameworks.json.value
 

Methods in org.exoplatform.ws.frameworks.json.value that return JsonValue
 JsonValue JsonValue.getElement(String key)
          Get value by key.
 

Methods in org.exoplatform.ws.frameworks.json.value that return types with arguments of type JsonValue
 Iterator<JsonValue> JsonValue.getElements()
          Get all element of this value.
 

Methods in org.exoplatform.ws.frameworks.json.value with parameters of type JsonValue
 void JsonValue.addElement(JsonValue child)
          Add child value.
 void JsonValue.addElement(String key, JsonValue child)
          Add child value.
 

Uses of JsonValue in org.exoplatform.ws.frameworks.json.value.impl
 

Subclasses of JsonValue in org.exoplatform.ws.frameworks.json.value.impl
 class ArrayValue
           
 class BooleanValue
           
 class DoubleValue
           
 class LongValue
           
 class NullValue
           
 class NumericValue
           
 class ObjectValue
           
 class StringValue
           
 

Methods in org.exoplatform.ws.frameworks.json.value.impl that return JsonValue
 JsonValue ObjectValue.getElement(String key)
          Get value by key.
 

Methods in org.exoplatform.ws.frameworks.json.value.impl that return types with arguments of type JsonValue
 Iterator<JsonValue> ArrayValue.getElements()
          Get all element of this value.
 

Methods in org.exoplatform.ws.frameworks.json.value.impl with parameters of type JsonValue
 void ArrayValue.addElement(JsonValue child)
          Add child value.
 void ObjectValue.addElement(String key, JsonValue child)
          Add child value.
 


eXo WS :: Framework :: JSON 2.4.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.