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