Class SpELMappingGemfireItemWriter<K,V>

java.lang.Object
org.springframework.batch.item.KeyValueItemWriter<K,V>
org.springframework.batch.item.data.GemfireItemWriter<K,V>
org.springframework.batch.item.data.SpELMappingGemfireItemWriter<K,V>
All Implemented Interfaces:
ItemWriter<V>, org.springframework.beans.factory.InitializingBean

public class SpELMappingGemfireItemWriter<K,V> extends GemfireItemWriter<K,V>
A convenient GemfireItemWriter implementation that uses a SpELItemKeyMapper
Since:
2.2
Author:
David Turanski