Uses of Class
org.exoplatform.ws.frameworks.json.value.JsonValue
Packages that use JsonValue
Package
Description
-
Uses of JsonValue in org.exoplatform.ws.frameworks.json
Methods in org.exoplatform.ws.frameworks.json that return JsonValueModifier and TypeMethodDescriptionJsonGenerator.createJsonObject(Object bean) Get HashMap representation for Java Bean object.JsonHandler.getJsonObject() -
Uses of JsonValue in org.exoplatform.ws.frameworks.json.impl
Methods in org.exoplatform.ws.frameworks.json.impl that return JsonValueModifier and TypeMethodDescriptionJsonGeneratorImpl.createJsonArray(Object array) Create JSON array from specified object.JsonGeneratorImpl.createJsonArray(Collection<?> collection) Create JSON array from specified collection.JsonGeneratorImpl.createJsonObject(Object object) Create JSON object from specified object.JsonGeneratorImpl.createJsonObjectFromMap(Map<String, ?> map) Create JSON object from specified map.JsonGeneratorImpl.createJsonObjectFromString(String s) Create JSON object from specified string imply it is JSON object in String format.JsonDefaultHandler.getJsonObject()Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonValueModifier and TypeMethodDescriptionstatic 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.BeanBuilder.createObject(Class<?> clazz, JsonValue jsonValue) Deprecated.Create Java Bean from JSON Source.ObjectBuilder.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 JsonValueMethods in org.exoplatform.ws.frameworks.json.value that return types with arguments of type JsonValueMethods in org.exoplatform.ws.frameworks.json.value with parameters of type JsonValueModifier and TypeMethodDescriptionvoidJsonValue.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.implModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in org.exoplatform.ws.frameworks.json.value.impl that return JsonValueMethods in org.exoplatform.ws.frameworks.json.value.impl that return types with arguments of type JsonValueMethods in org.exoplatform.ws.frameworks.json.value.impl with parameters of type JsonValueModifier and TypeMethodDescriptionvoidArrayValue.addElement(JsonValue child) Add child value.voidObjectValue.addElement(String key, JsonValue child) Add child value.