| Package | Description |
|---|---|
| ch.jalu.configme.properties |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayProperty<T> |
class |
BeanProperty<T> |
class |
BooleanProperty
Boolean property.
|
class |
DoubleProperty
Double property.
|
class |
EnumProperty<E extends Enum<E>>
Enum property.
|
class |
InlineArrayProperty<T>
Array property which reads and stores its value as one String in which the elements
are separated by a delimiter.
|
class |
IntegerProperty
Integer property.
|
class |
ListProperty<T>
List property of a configurable type.
|
class |
LowercaseStringSetProperty
Property whose value is a String set all in lowercase.
|
class |
MapProperty<V>
Property for an immutable map whose keys is of type String and whose values can be configured.
|
class |
RegexProperty
Property whose value is a regex pattern.
|
class |
SetProperty<T>
Set property of configurable type.
|
class |
StringListProperty
String list property.
|
class |
StringProperty
String property.
|
class |
StringSetProperty
String set property.
|
class |
TypeBasedProperty<T>
Property implementation which relies on a
PropertyType. |
Copyright © 2016–2021 The AuthMe Team. All rights reserved.