- 実装済みのインターフェース一覧:
- 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>
Map から Tuple データ構造に変換します。
- 作成者:
- Mark Pollack