Uses of Interface
org.springframework.batch.item.file.transform.FieldSet
Packages that use 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
Methods in org.springframework.batch.item.file.mapping that return FieldSetMethods in org.springframework.batch.item.file.mapping with parameters of type FieldSetModifier and TypeMethodDescriptionString[]ArrayFieldSetMapper.mapFieldSet(FieldSet fieldSet) BeanWrapperFieldSetMapper.mapFieldSet(FieldSet fs) Map theFieldSetto 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 aFieldSetinto an object.PassThroughFieldSetMapper.mapFieldSet(FieldSet fs) RecordFieldSetMapper.mapFieldSet(FieldSet fieldSet) -
Uses of FieldSet in org.springframework.batch.item.file.transform
Classes in org.springframework.batch.item.file.transform that implement FieldSetModifier and TypeClassDescriptionclassDefault implementation ofFieldSetusing Java primitive and standard types and utilities.Methods in org.springframework.batch.item.file.transform that return FieldSetModifier 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.