クラス AbstractJsonInboundMessageMapper<P>

java.lang.ObjectSE
org.springframework.integration.support.json.AbstractJsonInboundMessageMapper<P>
型パラメーター:
P - ペイロード型。
実装されているすべてのインターフェース:
InboundMessageMapper<StringSE>
既知の直属サブクラス
JsonInboundMessageMapper

public abstract class AbstractJsonInboundMessageMapper<P>
extends ObjectSE
implements InboundMessageMapper<StringSE>
受信 JSON メッセージを指定されたペイロード型の Message にマップする抽象的な InboundMessageMapper 実装。
導入:
3.0
作成者:
Artem Bilan, Gary Russell
関連事項:
JsonInboundMessageMapper