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
A convenient
GemfireItemWriter
implementation that uses a SpELItemKeyMapper
- Since:
- 2.2
- Author:
- David Turanski
-
Field Summary
Fields inherited from class org.springframework.batch.item.KeyValueItemWriter
delete, itemKeyMapper
-
Method Summary
Methods inherited from class org.springframework.batch.item.data.GemfireItemWriter
init, setTemplate, writeKeyValue
Methods inherited from class org.springframework.batch.item.KeyValueItemWriter
afterPropertiesSet, flush, setDelete, setItemKeyMapper, write