public class JsonSettingsListImpl extends NamedSettingsListImpl
originatorNamemodCount| Constructor and Description |
|---|
JsonSettingsListImpl(com.google.gson.JsonArray settingsJsonObject,
String originatorName) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonArray |
asJsonArray() |
static ISettingsList |
getJsonSettingsList(String content)
Return a ready to use SettingsList from a String.
|
addAll, addWithNoCloning, setOriginatorNameasFlatValuesMap, asFlatValuesMap, asJsonString, asJsonString, asSettingsMapList, asStringSettingsList, getAsBoolean, getAsInteger, getAsLong, getAsSettingsList, getAsSettingsMap, getAsString, getChildName, getNewInstance, getOriginatorName, newSettingsListChild, newSettingsListChild, newSettingsMapChild, newSettingsMapChildadd, add, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streampublic JsonSettingsListImpl(com.google.gson.JsonArray settingsJsonObject,
String originatorName)
public static ISettingsList getJsonSettingsList(String content) throws SettingsException
content - the string value fileSettingsExceptionpublic com.google.gson.JsonArray asJsonArray()
Copyright © 2014–2023. All rights reserved.