Uses of Interface
org.springframework.batch.item.file.transform.FieldSet
Package
Description
Infrastructure implementations of io file support mapping concerns.
Infrastructure implementations of io file support transform concerns.
-
Uses of FieldSet in org.springframework.batch.item.file.mapping
Modifier and TypeMethodDescriptionString[]
ArrayFieldSetMapper.mapFieldSet
(FieldSet fieldSet) BeanWrapperFieldSetMapper.mapFieldSet
(FieldSet fs) Map theFieldSet
to an object retrieved from the enclosing Spring context, or to a new instance of the required type if no prototype is available.FieldSetMapper.mapFieldSet
(FieldSet fieldSet) Method used to map data obtained from aFieldSet
into an object.PassThroughFieldSetMapper.mapFieldSet
(FieldSet fs) RecordFieldSetMapper.mapFieldSet
(FieldSet fieldSet) -
Uses of FieldSet in org.springframework.batch.item.file.transform
Modifier and TypeClassDescriptionclass
Default implementation ofFieldSet
using Java primitive and standard types and utilities.Modifier and TypeMethodDescriptionCreate a FieldSet with anonymous tokens.Create a FieldSet with named tokens.Create a FieldSet with anonymous tokens.Create a FieldSet with named tokens.Yields the tokens resulting from the splitting of the suppliedline
.Yields the tokens resulting from the splitting of the suppliedline
.