public class StringListProperty extends ListProperty<String>
| Constructor and Description |
|---|
StringListProperty(String path,
List<String> defaultValue) |
StringListProperty(String path,
String... defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
toExportValue(List<String> value)
Converts the given value to a representation that is suitable for exporting by a property resource.
|
getFromReaderdetermineValue, getDefaultValue, getPath, isValidValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidInResourcepublic Object toExportValue(List<String> value)
Property
The values which are suitable for returning depend on the support of the used property resource. By default,
the supported types include null, String, Integer, Double, Boolean; Collection of the aforementioned
types; Map with String keys and values of any of the aforementioned types. Maps and collections can be nested at
any arbitrary level. Null signifies that the property/value should be skipped in the export.
toExportValue in interface Property<List<String>>toExportValue in class ListProperty<String>value - the value to convert to an export valueCopyright © 2016–2021 The AuthMe Team. All rights reserved.