Interface Transformer<T,​F>

    • Method Detail

      • transform

        T transform​(DbControl dc,
                    F from)
        Transform the given object into another object.
        Parameters:
        from - The source object
        Returns:
        An instance of the destination class or null