|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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(java.lang.Object object)
Get HashMap representation for Java Bean object. |
protected JsonValue |
JsonGeneratorImpl.createJsonValue(java.lang.Object object)
Create JsonValue corresponding to Java object. |
JsonValue |
JsonDefaultHandler.getJsonObject()
|
| Methods in org.exoplatform.ws.frameworks.json.impl with parameters of type JsonValue | |
|---|---|
java.lang.Object |
BeanBuilder.createObject(java.lang.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(java.lang.String key)
Get value by key. |
| Methods in org.exoplatform.ws.frameworks.json.value that return types with arguments of type JsonValue | |
|---|---|
java.util.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(java.lang.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(java.lang.String key)
Get value by key. |
| Methods in org.exoplatform.ws.frameworks.json.value.impl that return types with arguments of type JsonValue | |
|---|---|
java.util.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(java.lang.String key,
JsonValue child)
Add child value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||