|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.ws.frameworks.json.impl.JsonGeneratorImpl
public class JsonGeneratorImpl
| Constructor Summary | |
|---|---|
JsonGeneratorImpl()
|
|
| Method Summary | |
|---|---|
JsonValue |
createJsonObject(java.lang.Object object)
Get HashMap representation for Java Bean object. |
protected JsonValue |
createJsonValue(java.lang.Object object)
Create JsonValue corresponding to Java object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonGeneratorImpl()
| Method Detail |
|---|
public JsonValue createJsonObject(java.lang.Object object)
throws JsonException
createJsonObject in interface JsonGeneratorobject - the source object.
JsonException - if Object can't be transformed in JSON representation.
protected JsonValue createJsonValue(java.lang.Object object)
throws JsonException
object - source object.
JsonException - if any errors occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||