Uses of Interface
org.springframework.batch.item.file.mapping.FieldSetMapper
Packages that use FieldSetMapper
Package
Description
Builders for file item readers and writers.
Infrastructure implementations of io file support mapping concerns.
-
Uses of FieldSetMapper in org.springframework.batch.item.file.builder
Methods in org.springframework.batch.item.file.builder with parameters of type FieldSetMapperModifier and TypeMethodDescriptionFlatFileItemReaderBuilder.fieldSetMapper
(FieldSetMapper<T> mapper) AFieldSetMapper
implementation to be used. -
Uses of FieldSetMapper in org.springframework.batch.item.file.mapping
Classes in org.springframework.batch.item.file.mapping that implement FieldSetMapperModifier and TypeClassDescriptionclass
A basic array mapper, returning the values backing a fieldset.class
FieldSetMapper
implementation based on bean property paths.class
Pass throughFieldSetMapper
useful for passing aFieldSet
back directly rather than a mapped object.class
This is aFieldSetMapper
that supports Java records mapping (requires JKD 14 or higher).Methods in org.springframework.batch.item.file.mapping with parameters of type FieldSetMapperModifier and TypeMethodDescriptionvoid
DefaultLineMapper.setFieldSetMapper
(FieldSetMapper<T> fieldSetMapper) Method parameters in org.springframework.batch.item.file.mapping with type arguments of type FieldSetMapperModifier and TypeMethodDescriptionvoid
PatternMatchingCompositeLineMapper.setFieldSetMappers
(Map<String, FieldSetMapper<T>> fieldSetMappers)