Liferay 6.1.2-ce-ga3

com.liferay.portal.json.transformer
Class UserJSONTransformer

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

public class UserJSONTransformer
extends FlexjsonObjectJSONTransformer


Constructor Summary
UserJSONTransformer()
           
 
Method Summary
 void transform(Object object)
           
 
Methods inherited from class flexjson.transformer.ObjectTransformer
resolveClass
 
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

UserJSONTransformer

public UserJSONTransformer()
Method Detail

transform

public void transform(Object object)
Specified by:
transform in interface JSONTransformer
Specified by:
transform in interface flexjson.transformer.Transformer
Overrides:
transform in class FlexjsonObjectJSONTransformer

Liferay 6.1.2-ce-ga3