Package | Description |
---|---|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
org.springframework.integration.xml.transformer |
Provides Transformer and Enricher implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
MapToObjectTransformer
Will transform Map to an instance of Object.
|
class |
ObjectToMapTransformer
Will transform an object graph into a Map.
|
class |
ObjectToStringTransformer
A simple transformer that creates an outbound payload by invoking the
inbound payload Object's
toString() method. |
class |
PayloadDeserializingTransformer
Transformer that deserializes the inbound byte array payload to an object by delegating to a
Converter<byte[], Object>.
|
class |
PayloadSerializingTransformer
Transformer that serializes the inbound payload into a byte array by delegating to a
Converter<Object, byte[]>.
|
class |
PayloadTypeConvertingTransformer<T,U>
Transformer that converts the inbound payload to an object by delegating to a
Converter<Object, Object>.
|
class |
SyslogToMapTransformer
Transforms a packet in Syslog (RFC3164) format to a Map.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceCreatingTransformer
Transforms the payload to a
Source using a SourceFactory . |
class |
UnmarshallingTransformer
An implementation of
Transformer that delegates to an OXM
Unmarshaller . |
Copyright © 2015. All rights reserved.