类 AtomFeedHttpMessageConverter

  • 所有已实现的接口:
    HttpMessageConverter<com.rometools.rome.feed.atom.Feed>

    public class AtomFeedHttpMessageConverter
    extends AbstractWireFeedHttpMessageConverter<com.rometools.rome.feed.atom.Feed>
    Implementation of HttpMessageConverter that can read and write Atom feeds. Specifically, this converter can handle Feed objects from the ROME project.

    >NOTE: As of Spring 4.1, this is based on the com.rometools variant of ROME, version 1.5. Please upgrade your build dependency.

    By default, this converter reads and writes the media type (application/atom+xml). This can be overridden through the supportedMediaTypes property.

    从以下版本开始:
    3.0.2
    作者:
    Arjen Poutsma
    另请参阅:
    Feed