Interface Converter<T1,​T2>

    • Method Detail

      • convert

        T2 convert​(T1 object)
        Converts the specified object and returns the conversion result.

        Implementations have to accept null-values without throwing exceptions.

        Parameters:
        object - object to convert
        Returns:
        the converted object