インターフェースの使用
org.springframework.integration.codec.Codec
Codec を使用するパッケージ
パッケージ
説明
Codec
抽象化の基本クラスを提供します。Kryo 固有の
Codec
クラス。Spring Integration Java DSL のルートパッケージ。
エンリッチャーとフィルターを含むさまざまな Transformers のコア実装が含まれています。
org.springframework.integration.codec 内の Codec 使用
Codec を実装している org.springframework.integration.codec のクラス型 Codec のパラメーターを持つ org.springframework.integration.codec のコンストラクター修飾子コンストラクター説明CodecMessageConverter
(Codec codec) CompositeCodec
(MapSE<ClassSE<?>, Codec> delegates, Codec defaultCodec) CompositeCodec
(Codec defaultCodec) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。Codec 型の型引数を持つ org.springframework.integration.codec のコンストラクターパラメーターorg.springframework.integration.codec.kryo 内の Codec 使用
Codec を実装している org.springframework.integration.codec.kryo のクラスorg.springframework.integration.dsl 内の Codec 使用
型 Codec のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明static <T> DecodingTransformer
<T> DecodingTransformer
のファクトリメソッド。static <T> DecodingTransformer
<T> DecodingTransformer
のファクトリメソッド。static <T> DecodingTransformer
<T> Transformers.decoding
(Codec codec, FunctionSE<Message<?>, ClassSE<T>> typeFunction) DecodingTransformer
のファクトリメソッド。static <T> DecodingTransformer
<T> Transformers.decoding
(Codec codec, Expression typeExpression) DecodingTransformer
のファクトリメソッド。static <T> EncodingPayloadTransformer
<T> EncodingPayloadTransformer
のファクトリメソッド。org.springframework.integration.transformer 内の Codec 使用
型 Codec のパラメーターを持つ org.springframework.integration.transformer のコンストラクター修飾子コンストラクター説明DecodingTransformer
(Codec codec, ClassSE<T> type) 提供されたコーデックを使用して提供された型にデコードするインスタンスを構築します。DecodingTransformer
(Codec codec, Expression typeExpression) 提供されたコーデックを使用して提供された型にデコードするインスタンスを構築します。EncodingPayloadTransformer
(Codec codec)
CompositeCodec(Map, Codec)
が勝利しました。