Liferay 6.1.2-ce-ga3

com.liferay.portal.json.transformer
Class JSONObjectJSONTransformer

java.lang.Object
  extended by flexjson.transformer.AbstractTransformer
      extended by com.liferay.portal.json.transformer.BaseJSONTransformer
          extended by com.liferay.portal.json.transformer.JSONObjectJSONTransformer
All Implemented Interfaces:
JSONTransformer, flexjson.transformer.Inline, flexjson.transformer.Transformer

public class JSONObjectJSONTransformer
extends BaseJSONTransformer


Constructor Summary
JSONObjectJSONTransformer()
           
 
Method Summary
 void transform(Object object)
           
 
Methods inherited from class flexjson.transformer.AbstractTransformer
getContext, isInline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONObjectJSONTransformer

public JSONObjectJSONTransformer()
Method Detail

transform

public void transform(Object object)

Liferay 6.1.2-ce-ga3