Uses of Class
org.exoplatform.ws.frameworks.json.value.JsonValue
-
Packages that use JsonValue Package Description 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 Modifier and Type Method Description JsonValueJsonGenerator. createJsonObject(Object bean)Get HashMap representation for Java Bean object.JsonValueJsonHandler. getJsonObject() -
Uses of JsonValue in org.exoplatform.ws.frameworks.json.impl
Methods in org.exoplatform.ws.frameworks.json.impl that return JsonValue Modifier and Type Method Description JsonValueJsonGeneratorImpl. createJsonArray(Object array)Create JSON array from specified object.JsonValueJsonGeneratorImpl. createJsonArray(Collection<?> collection)Create JSON array from specified collection.JsonValueJsonGeneratorImpl. createJsonObject(Object object)Create JSON object from specified object.JsonValueJsonGeneratorImpl. createJsonObjectFromMap(Map<String,?> map)Create JSON object from specified map.JsonValueJsonGeneratorImpl. createJsonObjectFromString(String s)Create JSON object from specified string imply it is JSON object in String format.JsonValueJsonDefaultHandler. getJsonObject()Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonValue Modifier and Type Method Description static ObjectObjectBuilder. createArray(Class<?> clazz, JsonValue jsonArray)Create array of Java Object from JSON source include multi-dimension array.static <T extends Collection<?>>
TObjectBuilder. createCollection(Class<T> collectionClass, Type genericType, JsonValue jsonArray)Create instance ofcollectionClassfrom JSON representation.ObjectBeanBuilder. createObject(Class<?> clazz, JsonValue jsonValue)Deprecated.Create Java Bean from JSON Source.static <T extends Map<String,?>>
TObjectBuilder. createObject(Class<T> mapClass, Type genericType, JsonValue jsonObject)Create instance ofmapClassfrom JSON representation.static <T> TObjectBuilder. createObject(Class<T> 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 Modifier and Type Method Description JsonValueJsonValue. getElement(String key)Get value by key.Methods in org.exoplatform.ws.frameworks.json.value that return types with arguments of type JsonValue Modifier and Type Method Description Iterator<JsonValue>JsonValue. getElements()Get all element of this value.Methods in org.exoplatform.ws.frameworks.json.value with parameters of type JsonValue Modifier and Type Method Description voidJsonValue. addElement(String key, JsonValue child)Add child value.voidJsonValue. addElement(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 Modifier and Type Class Description classArrayValueclassBooleanValueclassDoubleValueclassLongValueclassNullValueclassNumericValueclassObjectValueclassStringValueMethods in org.exoplatform.ws.frameworks.json.value.impl that return JsonValue Modifier and Type Method Description JsonValueObjectValue. getElement(String key)Get value by key.Methods in org.exoplatform.ws.frameworks.json.value.impl that return types with arguments of type JsonValue Modifier and Type Method Description Iterator<JsonValue>ArrayValue. getElements()Get all element of this value.Methods in org.exoplatform.ws.frameworks.json.value.impl with parameters of type JsonValue Modifier and Type Method Description voidArrayValue. addElement(JsonValue child)Add child value.voidObjectValue. addElement(String key, JsonValue child)Add child value.
-