Interface TypeConverter<S,​T>

    • Method Detail

      • convert

        T convert​(S value)
        Convert a source type into a target type.
        Parameters:
        value - the input value to convert
        Returns:
        The converted value