Interface Converter

    • Method Detail

      • copyInto

        void copyInto​(WireFeed feed,
                      SyndFeed syndFeed)
        Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.

        It assumes the given SyndFeedImpl has no properties set.

        Parameters:
        feed - real feed to copy/convert.
        syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.
      • createRealFeed

        WireFeed createRealFeed​(SyndFeed syndFeed)
        Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.

        Parameters:
        syndFeed - SyndFeedImpl to copy/convert value from.
        Returns:
        a real feed with copied/converted values of the SyndFeedImpl.