Liferay 7.0-ga1 portal-impl

Uses of Class
com.liferay.portal.json.JSONSerializerImpl

Packages that use JSONSerializerImpl
com.liferay.portal.json   
 

Uses of JSONSerializerImpl in com.liferay.portal.json
 

Methods in com.liferay.portal.json that return JSONSerializerImpl
 JSONSerializerImpl JSONSerializerImpl.exclude(String... fields)
           
 JSONSerializerImpl JSONSerializerImpl.include(String... fields)
           
 JSONSerializerImpl JSONSerializerImpl.transform(com.liferay.portal.kernel.json.JSONTransformer jsonTransformer, Class<?> type)
           
 JSONSerializerImpl JSONSerializerImpl.transform(com.liferay.portal.kernel.json.JSONTransformer jsonTransformer, String field)
           
 


Liferay 7.0-ga1 portal-impl