クラス 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
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 protected static MapSE<StringSE,ClassSE<?>>DEFAULT_HEADER_TYPESprotected MapSE<StringSE,ClassSE<?>>headerTypesprotected static StringSEMESSAGE_FORMAT_ERRORprotected TypeSEpayloadTypeコンストラクターの概要
コンストラクター コンストラクター 説明 AbstractJsonInboundMessageMapper(TypeSE payloadType)メソッドのサマリー
修飾子と型 メソッド 説明 booleanisMapToPayload()protected abstract MapSE<StringSE,ObjectSE>readHeaders(P parser, StringSE jsonMessage)protected abstract ObjectSEreadPayload(P parser, StringSE jsonMessage)voidsetHeaderTypes(MapSE<StringSE,ClassSE<?>> headerTypes)voidsetMapToPayload(boolean mapToPayload)クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.integration.mapping.InboundMessageMapper から継承されたメソッド
toMessage, toMessage
フィールドの詳細
コンストラクターの詳細
メソッドの詳細
setHeaderTypes
setMapToPayload
public void setMapToPayload(boolean mapToPayload)isMapToPayload
public boolean isMapToPayload()readPayload
readHeaders