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.createJsonObject(Object object)
          Get HashMap representation for Java Bean object.
protected  JsonValue JsonGeneratorImpl.createJsonValue(Object object)
          Create JsonValue corresponding to Java object.
 JsonValue JsonDefaultHandler.getJsonObject()
          
 

Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonValue
 Object BeanBuilder.createObject(Class<?> clazz, JsonValue jsonValue)
          Create Java Bean from Json Source.
 

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.
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.