|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPayloadTransformer | |
---|---|
org.springframework.integration.transformer | |
org.springframework.integration.xml.transformer |
Uses of AbstractPayloadTransformer in org.springframework.integration.transformer |
---|
Subclasses of AbstractPayloadTransformer in org.springframework.integration.transformer | |
---|---|
class |
MapToObjectTransformer
Will transform Map to an instance of Object. |
class |
ObjectToMapTransformer
Will transform an object graph into a flat Map where keys are valid SpEL expressions and values are of java.lang.* type. |
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>. |
Uses of AbstractPayloadTransformer in org.springframework.integration.xml.transformer |
---|
Subclasses of AbstractPayloadTransformer in org.springframework.integration.xml.transformer | |
---|---|
class |
SourceCreatingTransformer
Transforms the payload to a Source using a SourceFactory . |
class |
UnmarshallingTransformer
An implementation of Transformer that delegates to an OXM
Unmarshaller . |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |