インターフェースの使用
org.springframework.integration.mapping.InboundMessageMapper
InboundMessageMapper を使用するパッケージ
パッケージ
説明
Spring Integration Java DSL のルートパッケージ。
メッセージングゲートウェイをサポートするクラスを提供します。
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
UDP サポートの基本パッケージ。
メッセージヘッダーとの間のマッピングに関連するクラスを提供します。
メッセージ変換をサポートするクラスを提供します。
JSON をサポートするクラスを提供します。
JavaDSL を介して ZeroMQ コンポーネントをサポートするためのクラスを提供します。
ZeroMQ を介した受信チャネルアダプターのクラスを提供します。
org.springframework.integration.dsl 内の InboundMessageMapper 使用
型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明MessagingGatewaySpec.requestMapper(InboundMessageMapper<?> requestMapper) 使用するInboundMessageMapper。org.springframework.integration.gateway 内の InboundMessageMapper 使用
org.springframework.integration.gateway 内の InboundMessageMapper サブインターフェース修飾子と型インターフェース説明interface型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.gateway のメソッド修飾子と型メソッド説明voidMessagingGatewaySupport.setRequestMapper(@Nullable InboundMessageMapper<?> requestMapper) org.springframework.integration.ip.tcp.connection 内の InboundMessageMapper 使用
org.springframework.integration.ip.udp 内の InboundMessageMapper 使用
org.springframework.integration.mapping 内の InboundMessageMapper 使用
org.springframework.integration.mapping 内の InboundMessageMapper サブインターフェース修飾子と型インターフェース説明interface修飾子と型クラス説明classorg.springframework.integration.support.converter 内の InboundMessageMapper 使用
型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.support.converter のメソッド修飾子と型メソッド説明final voidSimpleMessageConverter.setInboundMessageMapper(@Nullable InboundMessageMapper<?> inboundMessageMapper) 型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.support.converter のコンストラクター修飾子コンストラクター説明SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper) SimpleMessageConverter(InboundMessageMapper<?> inboundMessageMapper, OutboundMessageMapper<?> outboundMessageMapper) org.springframework.integration.support.json 内の InboundMessageMapper 使用
修飾子と型クラス説明class受信 JSON メッセージを指定されたペイロード型のMessageにマップする抽象的なInboundMessageMapper実装。class送信メッセージの場合、メッセージ対応の Jackson JSON マッパーを使用してメッセージを JSON としてレンダリングします。class非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。class受信 JSON メッセージを指定されたペイロード型のMessageにマップするInboundMessageMapper実装。org.springframework.integration.zeromq.dsl 内の InboundMessageMapper 使用
型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.zeromq.dsl のメソッド修飾子と型メソッド説明ZeroMqMessageProducerSpec.messageMapper(InboundMessageMapper<byte[]> messageMapper) 消費されたデータを生成するメッセージに変換するInboundMessageMapperを提供します。org.springframework.integration.zeromq.inbound 内の InboundMessageMapper 使用
型 InboundMessageMapper のパラメーターを持つ org.springframework.integration.zeromq.inbound のメソッド修飾子と型メソッド説明voidZeroMqMessageProducer.setMessageMapper(InboundMessageMapper<byte[]> messageMapper) 消費されたデータを生成メッセージに変換するためのInboundMessageMapperを提供します。
EmbeddedHeadersJsonMessageMapperが採用されています。