public class JsonSettingsListImpl extends NamedSettingsListImpl
originatorName
modCount
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, setOriginatorName
asFlatValuesMap, asFlatValuesMap, asJsonString, asJsonString, asSettingsMapList, asStringSettingsList, getAsBoolean, getAsInteger, getAsLong, getAsSettingsList, getAsSettingsMap, getAsString, getChildName, getNewInstance, getOriginatorName, newSettingsListChild, newSettingsListChild, newSettingsMapChild, newSettingsMapChild
add, 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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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, toArray
parallelStream, removeIf, stream
public JsonSettingsListImpl(com.google.gson.JsonArray settingsJsonObject, String originatorName)
public static ISettingsList getJsonSettingsList(String content) throws SettingsException
content
- the string value fileSettingsException
public com.google.gson.JsonArray asJsonArray()
Copyright © 2014–2023. All rights reserved.