T - type of the values the property type handlespublic interface PropertyType<T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(Object object)
Converts the given object (typically read from a property resource) to the given type, if possible.
|
Object |
toExportValue(T value)
Converts the given value to its export value.
|
@Nullable T convert(@Nullable Object object)
object - the object to convertObject toExportValue(T value)
convert(java.lang.Object).)value - the value to convertCopyright © 2016–2019 The AuthMe Team. All rights reserved.