public class LowercaseStringSetProperty extends StringSetProperty
| Constructor and Description |
|---|
LowercaseStringSetProperty(String path,
Collection<String> defaultEntries)
Constructor.
|
LowercaseStringSetProperty(String path,
String... defaultEntries)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collector<String,?,Set<String>> |
setCollector() |
protected static Set<String> |
toLowercaseLinkedHashSet(Stream<String> valuesStream) |
toExportValuegetFromReaderdetermineValue, getDefaultValue, getPath, isValidValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidInResourcepublic LowercaseStringSetProperty(String path, String... defaultEntries)
path - property pathdefaultEntries - entries in the Set that is the default valuepublic LowercaseStringSetProperty(String path, Collection<String> defaultEntries)
path - property pathdefaultEntries - entries in the Set that is the default valueCopyright © 2016–2021 The AuthMe Team. All rights reserved.