org.exoplatform.ws.frameworks.json.impl
Class BeanBuilder
java.lang.Object
org.exoplatform.ws.frameworks.json.impl.BeanBuilder
Deprecated. use ObjectBuilder.createObject(Class, JsonValue) instead
public class BeanBuilder
- extends Object
- Version:
- $Id: BeanBuilder.java 34417 2009-07-23 14:42:56Z dkatayev $
- Author:
- Andrey Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanBuilder
public BeanBuilder()
- Deprecated.
createObject
public Object createObject(Class<?> clazz,
JsonValue jsonValue)
throws Exception
- 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.
Copyright © 2013 eXo Platform SAS. All Rights Reserved.