| Interface | Description |
|---|---|
| Property<T> |
Property interface.
|
| PropertyBuilder.CreateFunction<K,T> |
Function taking three arguments, which returns a property of the given type.
|
| Class | Description |
|---|---|
| ArrayProperty<T> | |
| BaseProperty<T> |
Base implementation of
Property. |
| BeanProperty<T> | |
| BooleanProperty |
Boolean property.
|
| DoubleProperty |
Double property.
|
| EnumProperty<E extends Enum<E>> |
Enum property.
|
| InlineArrayProperty<T> |
Array property which reads and stores its value as one String in which the elements
are separated by a delimiter.
|
| IntegerProperty |
Integer property.
|
| ListProperty<T> |
List property of a configurable type.
|
| LowercaseStringSetProperty |
Property whose value is a String set all in lowercase.
|
| MapProperty<V> | |
| OptionalProperty<T> |
Property which may be empty.
|
| PropertyBuilder<K,T,B extends PropertyBuilder<K,T,B>> |
Builder for complex types of properties.
|
| PropertyBuilder.ArrayPropertyBuilder<T> |
Builder for
ArrayProperty. |
| PropertyBuilder.InlineArrayPropertyBuilder<T> |
Builder for
InlineArrayProperty. |
| PropertyBuilder.ListPropertyBuilder<T> |
Builder for
ListProperty. |
| PropertyBuilder.MapPropertyBuilder<T> |
Builder for
MapProperty. |
| PropertyBuilder.TypeBasedPropertyBuilder<T> |
Builder for
TypeBasedProperty. |
| PropertyInitializer |
Convenience class for instantiating
Property objects. |
| StringListProperty |
String list property.
|
| StringProperty |
String property.
|
| TypeBasedProperty<T> |
Property implementation which relies on a
PropertyType. |
Copyright © 2016–2019 The AuthMe Team. All rights reserved.