Interface TypeConverter<T>

    • Method Detail

      • convert

        T convert​(String s)
           throws Exception
        Converts a String to a given type.
        Parameters:
        s - the String to convert. Cannot be null.
        Returns:
        the converted object.
        Throws:
        Exception - thrown when a conversion error occurs