Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.json.JSONContext

Packages that use JSONContext
com.liferay.portal.json   
com.liferay.portal.json.transformer   
com.liferay.portal.kernel.json   
 

Uses of JSONContext in com.liferay.portal.json
 

Classes in com.liferay.portal.json that implement JSONContext
 class JoddJSONContext
           
 

Uses of JSONContext in com.liferay.portal.json.transformer
 

Methods in com.liferay.portal.json.transformer with parameters of type JSONContext
 void JSONArrayJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void CompanyJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void RepositoryModelJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void FileJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void SortedHashMapJSONTransformer.transform(JSONContext jsonContext, Object map)
           
 void ObjectTransformer.transform(JSONContext jsonContext, Object object)
           
 void JSONSerializableJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void UserJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 void JSONObjectJSONTransformer.transform(JSONContext jsonContext, Object object)
           
 

Uses of JSONContext in com.liferay.portal.kernel.json
 

Methods in com.liferay.portal.kernel.json with parameters of type JSONContext
 void JSONTransformer.transform(JSONContext jsonContext, Object object)
           
 


Liferay 7.0-ce-b4