T - the array typepublic interface InlineArrayConverter<T>
InlineArrayProperty.| Modifier and Type | Method and Description |
|---|---|
T[] |
fromString(String in)
Converts from the String to an array of the converter's type.
|
String |
toExportValue(T[] value)
Converts the provided array to its String representation (opposite of
fromString(String)). |
T[] fromString(String in)
in - the string to convert fromString toExportValue(T[] value)
fromString(String)).value - the value to convertCopyright © 2016–2021 The AuthMe Team. All rights reserved.