クラス JsonOutboundMessageMapper

java.lang.ObjectSE
org.springframework.integration.support.json.JsonOutboundMessageMapper
実装されたすべてのインターフェース:
OutboundMessageMapper<StringSE>

public class JsonOutboundMessageMapper extends ObjectSE implements OutboundMessageMapper<StringSE>
OutboundMessageMapper 実装は、Message を JSON 文字列表現に変換します。

代わりに EmbeddedJsonHeadersMessageMapper の使用を検討してください。含まれるヘッダーを決定するための柔軟性が向上します。

導入:
2.0
作成者:
Jeremy Grelle, Mark Fisher, Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • JsonOutboundMessageMapper

      public JsonOutboundMessageMapper()
    • JsonOutboundMessageMapper

      public JsonOutboundMessageMapper(JsonObjectMapper<?,?> jsonObjectMapper)
  • メソッドの詳細