Uses of Interface
org.springframework.batch.item.file.transform.FieldExtractor
Packages that use FieldExtractor
Package
Description
Builders for file item readers and writers.
Infrastructure implementations of io file support transform concerns.
-
Uses of FieldExtractor in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type FieldExtractorModifier and TypeMethodDescriptionFlatFileItemWriterBuilder.DelimitedBuilder.fieldExtractor(FieldExtractor<T> fieldExtractor) Set theFieldExtractorto use to extract fields from each item.FlatFileItemWriterBuilder.FormattedBuilder.fieldExtractor(FieldExtractor<T> fieldExtractor) Set theFieldExtractorto use to extract fields from each item. -
Uses of FieldExtractor in org.springframework.batch.item.file.transform
Classes in org.springframework.batch.item.file.transform that implement FieldExtractorModifier and TypeClassDescriptionclassThis is a field extractor for a java bean.classFieldExtractorthat just returns the original item.classThis is a field extractor for a Java record.Methods in org.springframework.batch.item.file.transform with parameters of type FieldExtractorModifier and TypeMethodDescriptionvoidExtractorLineAggregator.setFieldExtractor(FieldExtractor<T> fieldExtractor) Public setter for the field extractor responsible for splitting an input object up into an array of objects.