Class GenericProperty<T>


  • public class GenericProperty<T>
    extends Property<T>
    Configuration property for any type.
    • Method Detail

      • parse

        protected T parse​(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.