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