Package org.springframework.batch.item.file.mapping
@NonNullApi
package org.springframework.batch.item.file.mapping
Infrastructure implementations of io file support mapping concerns.
-
ClassDescriptionA basic array mapper, returning the values backing a fieldset.
FieldSetMapper
implementation based on bean property paths.Two-phaseLineMapper
implementation consisting of tokenization of the line intoFieldSet
followed by mapping to item.Interface that is used to map data obtained from aFieldSet
into an object.Interpret a line as a JSON object and parse it up to a Map.Pass throughFieldSetMapper
useful for passing aFieldSet
back directly rather than a mapped object.Pass throughLineMapper
useful for passing the originalString
back directly rather than a mapped object.ALineMapper
implementation that stores a mapping of String patterns to delegateLineTokenizer
s as well as a mapping of String patterns to delegateFieldSetMapper
s.This is aFieldSetMapper
that supports Java records mapping (requires JKD 14 or higher).