Uses of Package
org.springframework.integration.transformer
Package
Description
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides classes supporting the transformation of file contents
to messages.
Provides classes supporting JSON in Spring Integration.
Provides classes related to transforming mail messages.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
Provides Transformer and Enricher implementations.
-
ClassDescriptionA reply-producing
MessageHandler
that delegates to aTransformer
instance to modify the receivedMessage
and sends the result to its output channel.Strategy interface for transforming aMessage
. -
ClassDescriptionContent Enricher is a Message Transformer that can augment a message's payload with either static values or by optionally invoking a downstream message flow via its request channel and then applying values from the reply Message to the original payload.
AbstractPayloadTransformer
that delegates to a codec to decode the payload from a byte[].AbstractPayloadTransformer
that delegates to a codec to encode the payload into a byte[].A Transformer that adds statically configured header values to a Message.Transformer that removes Message headers.Will transform Map to an instance of Object.A reply-producingMessageHandler
that delegates to aTransformer
instance to modify the receivedMessage
and sends the result to its output channel.Transforms an object graph into a Map.A simple transformer that creates an outbound payload by invoking the inbound payload Object'stoString()
method.Transformer that deserializes the inbound byte array payload to an object by delegating to a Converter<byte[], Object>.Transformer that serializes the inbound payload into a byte array by delegating to a Converter<Object, byte[]>.Transformer that converts the inbound payload to an object by delegating to a Converter<Object, Object>.Transforms an InputStream payload to a byte[] or String (if a charset is provided).Transforms a packet in Syslog (RFC3164) format to a Map. -
-
ClassDescriptionA base class for
Transformer
implementations.Strategy interface for transforming aMessage
. -
-
ClassDescriptionBase class for Message Transformers that delegate to a
MessageProcessor
.A base class forTransformer
implementations that modify the payload of aMessage
.A base class forTransformer
implementations.Transformer that converts the inbound payload to an object by delegating to a Converter<Object, Object>.An Apache Avro transformer to create generatedSpecificRecord
objects frombyte[]
.An Apache Avro transformer for generatedSpecificRecord
objects.Strategy interface for transforming aMessage
. -
ClassDescriptionA base class for
Transformer
implementations that modify the payload of aMessage
.A base class forTransformer
implementations.A Transformer that adds statically configured header values to a Message.Strategy interface for transforming aMessage
.