Class BeanBuilder

java.lang.Object
org.exoplatform.ws.frameworks.json.impl.BeanBuilder

public class BeanBuilder extends Object
Version:
$Id: BeanBuilder.java 34417 2009-07-23 14:42:56Z dkatayev $
Author:
Andrey Parfonov
  • Constructor Details

    • BeanBuilder

      public BeanBuilder()
      Deprecated.
  • Method Details

    • 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.