Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item.file.transform Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
AbstractLineTokenizerAbstract class handling common concerns of various LineTokenizerAuthor:Dave Syer, Robert Kasanicky, Lucas Ward, Michael MinellaClassorg.springframework.batch.item.file.transformSpring Batch
AlignmentClassorg.springframework.batch.item.file.transformSpring Batch
BeanWrapperFieldExtractorThis is a field extractor for a java bean.Classorg.springframework.batch.item.file.transformSpring Batch
ConversionExceptionClassorg.springframework.batch.item.file.transformSpring Batch
DefaultFieldSetDefault implementation of FieldSet using Java using Java primitiveand standard types and utilities.Classorg.springframework.batch.item.file.transformSpring Batch
DefaultFieldSetFactoryDefault implementation of FieldSetFactory with no special knowledgeof the FieldSet required.Classorg.springframework.batch.item.file.transformSpring Batch
DelimitedLineAggregatorA LineAggregator implementation that converts an object into adelimited list of strings.Classorg.springframework.batch.item.file.transformSpring Batch
DelimitedLineTokenizerA LineTokenizer implementation that splits the input String on aconfigurable delimiter.Classorg.springframework.batch.item.file.transformSpring Batch
ExtractorLineAggregatorAn abstract LineAggregator implementation that utilizes aFieldExtractor to convert the incoming object to an array of itsClassorg.springframework.batch.item.file.transformSpring Batch
FieldExtractorThis class will convert an object to an array of its parts.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FieldSetInterface used by flat file input sources to encapsulate concerns ofconverting an array of Strings to Java native types.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FieldSetFactoryFactory interface for creating FieldSet instances.Interfaceorg.springframework.batch.item.file.transformSpring Batch
FixedLengthTokenizerTokenizer used to process data obtained from files with fixed-length format.Classorg.springframework.batch.item.file.transformSpring Batch
FlatFileFormatExceptionException indicating that some type of error has occurred whileattempting to parse a line of input into tokens.Classorg.springframework.batch.item.file.transformSpring Batch
FormatterLineAggregatorA LineAggregator implementation which produces a String byaggregating the provided item via the Formatter syntax.Classorg.springframework.batch.item.file.transformSpring Batch
IncorrectLineLengthExceptionException indicating that the line size expected is different from whatSince:1.Classorg.springframework.batch.item.file.transformSpring Batch
IncorrectTokenCountExceptionException indicating that an incorrect number of tokens have been foundwhile parsing a file.Classorg.springframework.batch.item.file.transformSpring Batch
LineAggregatorInterface used to create string representing object.Interfaceorg.springframework.batch.item.file.transformSpring Batch
LineTokenizerInterface that is used by framework to split string obtained typically from aAuthor:tomas.Interfaceorg.springframework.batch.item.file.transformSpring Batch
PassThroughFieldExtractorFieldExtractor that just returns the original item.Classorg.springframework.batch.item.file.transformSpring Batch
PassThroughLineAggregatorA LineAggregator implementation that simply callsObject.Classorg.springframework.batch.item.file.transformSpring Batch
PatternMatchingCompositeLineTokenizerA LineTokenizer implementation that stores a mapping of Stringpatterns to delegate LineTokenizers.Classorg.springframework.batch.item.file.transformSpring Batch
RangeA class to represent ranges.Classorg.springframework.batch.item.file.transformSpring Batch
RangeArrayPropertyEditorProperty editor implementation which parses string and creates array ofranges.Classorg.springframework.batch.item.file.transformSpring Batch
RecursiveCollectionLineAggregatorAn implementation of LineAggregator that concatenates a collection ofitems of a common type with the system line separator.Classorg.springframework.batch.item.file.transformSpring Batch
RegexLineTokenizerLine-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).Classorg.springframework.batch.item.file.transformSpring Batch