Class AbstractMapExport


public abstract class AbstractMapExport extends AbstractExport
  • Field Details

    • DEFAULT_KEY_REGEX

      public static final Pattern DEFAULT_KEY_REGEX
  • Constructor Details

    • AbstractMapExport

      public AbstractMapExport()
  • Method Details

    • setKeyRegex

      public void setKeyRegex(Pattern pattern)
    • job

      protected org.springframework.batch.core.Job job()
      Specified by:
      job in class AbstractExecutable
    • reader

      protected com.redis.spring.batch.RedisItemReader<String,String,com.redis.spring.batch.KeyValue<String,Object>> reader()
    • processor

      protected org.springframework.batch.item.ItemProcessor<com.redis.spring.batch.KeyValue<String,Object>,Map<String,Object>> processor()
    • isStruct

      protected boolean isStruct()
      Specified by:
      isStruct in class AbstractExport
    • writer

      protected abstract org.springframework.batch.item.ItemWriter<Map<String,Object>> writer()