| 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> |
class |
OptionalProperty<T>
Property which may be empty.
|
class |
StringListProperty
String list property.
|
class |
StringProperty
String property.
|
class |
TypeBasedProperty<T>
Property implementation which relies on a
PropertyType. |
Copyright © 2016–2019 The AuthMe Team. All rights reserved.