Class BeanBuilder
java.lang.Object
org.exoplatform.ws.frameworks.json.impl.BeanBuilder
Deprecated.
- Version:
- $Id: BeanBuilder.java 34417 2009-07-23 14:42:56Z dkatayev $
- Author:
- Andrey Parfonov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateObject(Class<?> clazz, JsonValue jsonValue) Deprecated.Create Java Bean from JSON Source.
-
Constructor Details
-
BeanBuilder
public BeanBuilder()Deprecated.
-
-
Method Details
-
createObject
Deprecated.Create Java Bean from JSON Source.- Parameters:
clazz- the Class of target Object.jsonValue- the JSON representation.- Returns:
- Object.
- Throws:
Exception- if any errors occurs.
-
ObjectBuilder.createObject(Class, JsonValue)instead