Uses of Interface
org.springframework.batch.item.file.transform.FieldSetFactory
Packages that use FieldSetFactory
Package
Description
Builders for file item readers and writers.
Infrastructure implementations of io file support transform concerns.
-
Uses of FieldSetFactory in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type FieldSetFactoryModifier and TypeMethodDescriptionFlatFileItemReaderBuilder.DelimitedBuilder.fieldSetFactory(FieldSetFactory fieldSetFactory) A factory for creating the resultingFieldSet.FlatFileItemReaderBuilder.FixedLengthBuilder.fieldSetFactory(FieldSetFactory fieldSetFactory) A factory for creating the resultingFieldSet. -
Uses of FieldSetFactory in org.springframework.batch.item.file.transform
Classes in org.springframework.batch.item.file.transform that implement FieldSetFactoryModifier and TypeClassDescriptionclassDefault implementation ofFieldSetFactorywith no special knowledge of theFieldSetrequired.Methods in org.springframework.batch.item.file.transform with parameters of type FieldSetFactoryModifier and TypeMethodDescriptionvoidAbstractLineTokenizer.setFieldSetFactory(FieldSetFactory fieldSetFactory) Factory forFieldSetinstances.