Uses of Package
org.springframework.batch.item.file.transform
Package
Description
Infrastructure implementations of io file concerns.
Builders for file item readers and writers.
Infrastructure implementations of io file support mapping concerns.
Infrastructure implementations of io file support transform concerns.
-
-
ClassDescriptionA
LineAggregator
implementation that converts an object into a delimited list of strings.ALineTokenizer
implementation that splits the input String on a configurable delimiter.This class will convert an object to an array of its parts.Factory interface for creatingFieldSet
instances.Tokenizer used to process data obtained from files with fixed-length format.ALineAggregator
implementation which produces a String by aggregating the provided item via theFormatter
syntax.Interface used to create string representing object.Interface that is used by framework to split string obtained typically from a file into tokens.A class to represent ranges. -
ClassDescriptionInterface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.Interface that is used by framework to split string obtained typically from a file into tokens.
-
ClassDescriptionAbstract class handling common concerns of various
LineTokenizer
implementations such as dealing with names and actual construction ofFieldSet
An abstractLineAggregator
implementation that utilizes aFieldExtractor
to convert the incoming object to an array of its parts.This class will convert an object to an array of its parts.Interface used by flat file input sources to encapsulate concerns of converting an array of Strings to Java native types.Factory interface for creatingFieldSet
instances.Exception indicating that some type of error has occurred while attempting to parse a line of input into tokens.Interface used to create string representing object.Interface that is used by framework to split string obtained typically from a file into tokens.A class to represent ranges.