Uses of Interface
org.springframework.integration.codec.Codec
Packages that use 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
Classes in org.springframework.integration.codec that implement CodecModifier and TypeClassDescriptionclass
A Codec that can delegate to one out of many Codecs, each mapped to a class.Constructors in org.springframework.integration.codec with parameters of type CodecModifierConstructorDescriptionCodecMessageConverter
(Codec codec) CompositeCodec
(Map<Class<?>, Codec> delegates, Codec defaultCodec) CompositeCodec
(Codec defaultCodec) Constructor parameters in org.springframework.integration.codec with type arguments of type Codec -
Uses of Codec in org.springframework.integration.codec.kryo
Classes in org.springframework.integration.codec.kryo that implement Codec -
Uses of Codec in org.springframework.integration.dsl
Methods in org.springframework.integration.dsl with parameters of type CodecModifier 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
Constructors in org.springframework.integration.transformer with parameters of type CodecModifierConstructorDescriptionDecodingTransformer
(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)