Package org.springframework.http.converter.feed
@NonNullApi
@NonNullFields
package org.springframework.http.converter.feed
Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
Based on the ROME tools project.
-
ClassDescriptionAbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>Abstract base class for Atom and RSS Feed message converters, using the ROME tools project.Implementation of
HttpMessageConverter
that can read and write Atom feeds.Implementation ofHttpMessageConverter
that can read and write RSS feeds.