Interface Converter<S,​D>

    • Method Detail

      • convert

        D convert​(S source)
        Convert the specified input object into an output object .
        Parameters:
        source - source object.
        Returns:
        converted object.