|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.ws.frameworks.json.impl.BeanBuilder
public class BeanBuilder
| Constructor Summary | |
|---|---|
BeanBuilder()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createObject(java.lang.Class<?> clazz,
JsonValue jsonValue)
Create Java Bean from Json Source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanBuilder()
| Method Detail |
|---|
public java.lang.Object createObject(java.lang.Class<?> clazz,
JsonValue jsonValue)
throws java.lang.Exception
clazz - the Class of target Object.jsonValue - the Json representation.
java.lang.Exception - if any errors occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||