Interface Converter<T,​S>

    • Method Detail

      • convert

        T convert​(S objectToConvert)
           throws ConverterException
        Convert object to target
        Parameters:
        objectToConvert - Object to convert
        Returns:
        The converted object
        Throws:
        ConverterException - If an error occurs during the conversion