Uses of Class
org.springframework.batch.item.file.builder.FlatFileItemWriterBuilder.FormattedBuilder
Package
Description
Builders for file item readers and writers.
-
Uses of FlatFileItemWriterBuilder.FormattedBuilder in org.springframework.batch.item.file.builder
Modifier and TypeMethodDescriptionSet the format string used to aggregate itemsFlatFileItemWriterBuilder.formatted()
Returns an instance of aFlatFileItemWriterBuilder.FormattedBuilder
for building aFormatterLineAggregator
.Set the locale.FlatFileItemWriterBuilder.FormattedBuilder.maximumLength
(int maximumLength) Set the maximum length of the formatted string.FlatFileItemWriterBuilder.FormattedBuilder.minimumLength
(int minimumLength) Set the minimum length of the formatted string.FlatFileItemWriterBuilder.FormattedBuilder.sourceType
(Class<T> sourceType) Specify the type of items from which fields will be extracted.