Liferay 7.0-ce-b4

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

Packages that use JSONValidator
com.liferay.portal.json   
com.liferay.portal.kernel.json   
 

Uses of JSONValidator in com.liferay.portal.json
 

Classes in com.liferay.portal.json that implement JSONValidator
 class JSONValidatorImpl
           
 

Methods in com.liferay.portal.json that return JSONValidator
 JSONValidator JSONFactoryImpl.createJSONValidator(String jsonSchema)
           
 

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

Methods in com.liferay.portal.kernel.json that return JSONValidator
 JSONValidator JSONFactory.createJSONValidator(String jsonSchema)
           
static JSONValidator JSONFactoryUtil.createJSONValidator(String jsonSchema)
           
 


Liferay 7.0-ce-b4