| Package | Description |
|---|---|
| com.googlecode.fascinator.common |
This module contains useful utility classes used by The Fascinator and various plugins.
|
| Modifier and Type | Method and Description |
|---|---|
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> |
JsonConfig.getJsonMap(java.lang.String path)
Gets the JSON Map 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
|
| Modifier and Type | Method and Description |
|---|---|
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-2019. All Rights Reserved.