org.exoplatform.ws.frameworks.json.transformer
Class Json2BeanInputTransformer
java.lang.Object
org.exoplatform.services.rest.transformer.InputEntityTransformer
org.exoplatform.ws.frameworks.json.transformer.Json2BeanInputTransformer
- All Implemented Interfaces:
- GenericEntityTransformer, GenericInputEntityTransformer
public class Json2BeanInputTransformer
- extends InputEntityTransformer
Created by The eXo Platform SARL.
Author : Volodymyr Krasnikov
volodymyr.krasnikov@exoplatform.com.ua
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Json2BeanInputTransformer
public Json2BeanInputTransformer()
readFrom
public Object readFrom(InputStream entityDataStream)
throws IOException
- Build Objects from given InputStream.
- Specified by:
readFrom in class InputEntityTransformer
- Parameters:
entityDataStream - from this InputStream Object should be red.
- Returns:
- Object builded Object.
- Throws:
IOException - Input/Output Exception.
Copyright © 2009 eXo Platform SAS. All Rights Reserved.