- 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.context.NamedComponent, org.springframework.integration.transformer.Transformer
public class MapToTupleTransformer
extends org.springframework.integration.transformer.AbstractPayloadTransformer<java.util.Map,Tuple>
Converts from a Map to the Tuple data structure
- Author:
- Mark Pollack