Uses of Interface
org.springframework.batch.infrastructure.item.file.builder.FlatFileItemWriterBuilder.FormattedSpec
Packages that use FlatFileItemWriterBuilder.FormattedSpec
Package
Description
Builders for file item readers and writers.
-
Uses of FlatFileItemWriterBuilder.FormattedSpec in org.springframework.batch.infrastructure.item.file.builder
Methods in org.springframework.batch.infrastructure.item.file.builder that return FlatFileItemWriterBuilder.FormattedSpecModifier and TypeMethodDescriptionFlatFileItemWriterBuilder.FormattedSpec.fieldExtractor(FieldExtractor<T> fieldExtractor) Set theFieldExtractorto use to extract fields from each item.Set the format string used to aggregate itemsSet the locale.FlatFileItemWriterBuilder.FormattedSpec.maximumLength(int max) Set the maximum length of the formatted string.FlatFileItemWriterBuilder.FormattedSpec.minimumLength(int min) Set the minimum length of the formatted string.Names of each of the fields within the fields that are returned in the order they occur within the formatted file.FlatFileItemWriterBuilder.FormattedSpec.sourceType(Class<T> sourceType) Specify the type of items from which fields will be extracted.Method parameters in org.springframework.batch.infrastructure.item.file.builder with type arguments of type FlatFileItemWriterBuilder.FormattedSpecModifier and TypeMethodDescriptionFlatFileItemWriterBuilder.formatted(Consumer<FlatFileItemWriterBuilder.FormattedSpec<T>> config) Configure aFlatFileItemWriterBuilder.FormattedSpecusing a lambda.