- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.support.context.NamedComponent, org.springframework.integration.transformer.GenericTransformer<org.springframework.messaging.Message<?>,org.springframework.messaging.Message<?>>, org.springframework.integration.transformer.Transformer
public class MapToTupleTransformer
extends org.springframework.integration.transformer.AbstractPayloadTransformer<java.util.Map<java.lang.Object,java.lang.Object>,Tuple>
Converts from a Map to the Tuple data structure.
- Author:
- Mark Pollack