| Interface | Description |
|---|---|
| Property<T> |
Property interface.
|
| Class | Description |
|---|---|
| BaseProperty<T> |
Base implementation of
Property. |
| BeanProperty<T> | |
| BooleanProperty | |
| DoubleProperty | |
| EnumProperty<E extends Enum<E>> | |
| IntegerProperty | |
| LowercaseStringSetProperty |
Property whose value is a String set all in lowercase.
|
| OptionalProperty<T> |
Property which may be empty.
|
| PropertyInitializer |
Convenience class for instantiating
Property objects. |
| StringListProperty |
String list property.
|
| StringProperty |
String property.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.