Interface Mapper<F,​T>

    • Method Detail

      • from

        T from​(F input)
        Maps the from type to the to type. Null references must be handled by the mapping implementation.
        Parameters:
        input - from object.
        Returns:
        to object.