eXo WS :: Framework :: JSON 2.4.0-Alpha1

org.exoplatform.ws.frameworks.json.impl
Class BeanBuilder

java.lang.Object
  extended by 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

Constructor Summary
BeanBuilder()
          Deprecated.  
 
Method Summary
 Object createObject(Class<?> clazz, JsonValue jsonValue)
          Deprecated. 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

BeanBuilder

public BeanBuilder()
Deprecated. 
Method Detail

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.

eXo WS :: Framework :: JSON 2.4.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.