Interface Converter<T>

    • Method Detail

      • convert

        T convert​(String parameterValue)
        Performs a conversion between the given parameter value and the target type.
        Parameters:
        parameterValue - the string value to convert.
        Returns:
        the resulting object.