Interface OneWayConverter<OriginClass,​TargetClass>

    • Method Detail

      • convert

        TargetClass convert​(OriginClass origin)
        Converts the origin object type to a target object type.
        Parameters:
        origin - object to be converted
        Returns:
        the converted object