|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
List<JsonConfigHelper> |
JsonConfigHelper.getJsonList(String path)
Get list of JsonConfigHelper of the specified node |
Map<String,JsonConfigHelper> |
JsonConfigHelper.getJsonMap(String path)
Get the JSON Map of the specified node |
Map<String,JsonConfigHelper> |
JsonConfig.getJsonMap(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(String path,
List<JsonConfigHelper> jsonList)
Set Map on the specified path |
void |
JsonConfigHelper.setJsonMap(String path,
Map<String,JsonConfigHelper> map)
Set Map on the specified path |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||