Interface IStringConverter<T>

    • Method Detail

      • convert

        T convert​(java.lang.String value)
        Returns:
        an object of type T created from the parameter value.