Liferay 7.0-ce-b4

com.liferay.portal.json.transformer
Class JSONObjectJSONTransformer

java.lang.Object
  extended by com.liferay.portal.json.transformer.JSONObjectJSONTransformer
All Implemented Interfaces:
JSONTransformer

public class JSONObjectJSONTransformer
extends Object
implements JSONTransformer


Constructor Summary
JSONObjectJSONTransformer()
           
 
Method Summary
 void transform(JSONContext jsonContext, Object object)
           
 
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(JSONContext jsonContext,
                      Object object)
Specified by:
transform in interface JSONTransformer

Liferay 7.0-ce-b4