public class GenericProperty<T>
extends Property<T>
Configuration property for any type.
-
Method Summary
Modifier and Type |
Method |
Description |
protected T |
parse(java.lang.String value) |
Parses the value to the specific type.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
protected T parse(
java.lang.String value)
Parses the value to the specific type.
- Specified by:
parse
in class Property<T>
- Parameters:
value
- String value to be parsed.
- Returns:
- Value in the specific type.