Uses of Interface
org.springframework.batch.item.file.mapping.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
Modifier and TypeMethodDescriptionFlatFileItemReaderBuilder.fieldSetMapper
(FieldSetMapper<T> mapper) AFieldSetMapper
implementation to be used. -
Uses of FieldSetMapper in org.springframework.batch.item.file.mapping
Modifier 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).Modifier and TypeMethodDescriptionvoid
DefaultLineMapper.setFieldSetMapper
(FieldSetMapper<T> fieldSetMapper) Modifier and TypeMethodDescriptionvoid
PatternMatchingCompositeLineMapper.setFieldSetMappers
(Map<String, FieldSetMapper<T>> fieldSetMappers)