インターフェースの使用
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) 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)