クラス AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed>

java.lang.ObjectSE
org.springframework.http.converter.AbstractHttpMessageConverter<T>
org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter<T>
型パラメーター:
T - 変換されたオブジェクト型
実装されたすべてのインターフェース:
HttpMessageConverter<T>
既知の直属サブクラス
AtomFeedHttpMessageConverterRssChannelHttpMessageConverter

public abstract class AbstractWireFeedHttpMessageConverter<T extends com.rometools.rome.feed.WireFeed> extends AbstractHttpMessageConverter<T>
ROME ツールプロジェクトを使用した、Atom および RSS フィードメッセージコンバーターの抽象基本クラス。

NOTE: Spring 4.1 の時点で、これは ROME の com.rometools バリアント、バージョン 1.5 に基づいています。ビルドの依存関係をアップグレードしてください。

導入:
3.0.2
作成者:
Arjen Poutsma
関連事項: