org.exoplatform.ws.frameworks.json.transformer
Class Bean2JsonOutputTransformer

java.lang.Object
  extended by org.exoplatform.services.rest.transformer.OutputEntityTransformer
      extended by org.exoplatform.ws.frameworks.json.transformer.Bean2JsonOutputTransformer
All Implemented Interfaces:
GenericEntityTransformer, GenericOutputEntityTransformer

public class Bean2JsonOutputTransformer
extends OutputEntityTransformer

Created by The eXo Platform SARL. Author : Volodymyr Krasnikov volodymyr.krasnikov@exoplatform.com.ua


Field Summary
 
Fields inherited from class org.exoplatform.services.rest.transformer.OutputEntityTransformer
transformerParameters
 
Constructor Summary
Bean2JsonOutputTransformer()
           
 
Method Summary
 void writeTo(java.lang.Object entity, java.io.OutputStream entityDataStream)
          
 
Methods inherited from class org.exoplatform.services.rest.transformer.OutputEntityTransformer
addTransformerParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bean2JsonOutputTransformer

public Bean2JsonOutputTransformer()
Method Detail

writeTo

public void writeTo(java.lang.Object entity,
                    java.io.OutputStream entityDataStream)
             throws java.io.IOException

Specified by:
writeTo in class OutputEntityTransformer
Throws:
java.io.IOException


Copyright © 2011 eXo Platform SAS. All Rights Reserved.