Uses of Class
org.springframework.integration.transformer.AbstractPayloadTransformer
Package
Description
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
Provides Transformer and Enricher implementations.
-
Uses of AbstractPayloadTransformer in org.springframework.integration.transformer
Modifier and TypeClassDescriptionclass
AbstractPayloadTransformer
that delegates to a codec to encode the payload into a byte[].class
Will transform Map to an instance of Object.class
Transforms an object graph into a Map.class
A simple transformer that creates an outbound payload by invoking the inbound payload Object'stoString()
method.class
Transformer that deserializes the inbound byte array payload to an object by delegating to a Converter<byte[], Object>.class
Transformer that serializes the inbound payload into a byte array by delegating to a Converter<Object, byte[]>.class
Transformer that converts the inbound payload to an object by delegating to a Converter<Object, Object>.class
Transforms a packet in Syslog (RFC3164) format to a Map. -
Uses of AbstractPayloadTransformer in org.springframework.integration.xml.transformer
Modifier and TypeClassDescriptionclass
Transforms the payload to aSource
using aSourceFactory
.class
An implementation ofTransformer
that delegates to an OXMUnmarshaller
.