Uses of Interface
org.springframework.integration.codec.Codec
Package
Description
Provides base classes for the
Codec
abstraction.The Kryo specific
Codec
classes.Root package of the Spring Integration Java DSL.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
-
Uses of Codec in org.springframework.integration.codec
Modifier and TypeClassDescriptionclass
A Codec that can delegate to one out of many Codecs, each mapped to a class.ModifierConstructorDescriptionCodecMessageConverter
(Codec codec) CompositeCodec
(Map<Class<?>, Codec> delegates, Codec defaultCodec) CompositeCodec
(Codec defaultCodec) -
Uses of Codec in org.springframework.integration.codec.kryo
-
Uses of Codec in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionstatic <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
The factory method for theDecodingTransformer
.static <T> DecodingTransformer<T>
Transformers.decoding
(Codec codec, Expression typeExpression) The factory method for theDecodingTransformer
.static <T> EncodingPayloadTransformer<T>
The factory method for theEncodingPayloadTransformer
. -
Uses of Codec in org.springframework.integration.transformer
ModifierConstructorDescriptionDecodingTransformer
(Codec codec, Class<T> type) Construct an instance to use the supplied codec to decode to the supplied type.DecodingTransformer
(Codec codec, Expression typeExpression) Construct an instance to use the supplied codec to decode to the supplied type.EncodingPayloadTransformer
(Codec codec)