Uses of Class
com.googlecode.fascinator.common.JsonConfigHelper

Packages that use JsonConfigHelper
com.googlecode.fascinator.common This module contains useful utility classes used by The Fascinator and various plugins. 
 

Uses of JsonConfigHelper in com.googlecode.fascinator.common
 

Methods in com.googlecode.fascinator.common that return types with arguments of type JsonConfigHelper
 java.util.List<JsonConfigHelper> JsonConfigHelper.getJsonList(java.lang.String path)
          Get list of JsonConfigHelper of the specified node
 java.util.Map<java.lang.String,JsonConfigHelper> JsonConfigHelper.getJsonMap(java.lang.String path)
          Get the JSON Map of the specified node
 java.util.Map<java.lang.String,JsonConfigHelper> JsonConfig.getJsonMap(java.lang.String path)
          Gets the JSON Map of the specified node
 

Method parameters in com.googlecode.fascinator.common with type arguments of type JsonConfigHelper
 void JsonConfigHelper.setJsonList(java.lang.String path, java.util.List<JsonConfigHelper> jsonList)
          Set Map on the specified path
 void JsonConfigHelper.setJsonMap(java.lang.String path, java.util.Map<java.lang.String,JsonConfigHelper> map)
          Set Map on the specified path
 



Copyright © 2009-2013. All Rights Reserved.