Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item.file Classes and Interfaces - 57 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
ArrayFieldSetMapperA basic array mapper, returning the values backing a fieldset.Classorg.springframework.batch.item.file.mappingSpring Batch
BeanWrapperFieldExtractorThis is a field extractor for a java bean.Classorg.springframework.batch.item.file.transformSpring Batch
BeanWrapperFieldSetMapperFieldSetMapper implementation based on bean property paths.Classorg.springframework.batch.item.file.mappingSpring Batch
BufferedReaderFactoryA factory strategy for custom extensions of BufferedReader allowingcustomisation of the standard behaviour of the java.Interfaceorg.springframework.batch.item.fileSpring Batch
ConversionExceptionClassorg.springframework.batch.item.file.transformSpring Batch
DefaultBufferedReaderFactoryClassorg.springframework.batch.item.fileSpring 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
DefaultLineMapperTwo-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed bymapping to item.Classorg.springframework.batch.item.file.mappingSpring Batch
DefaultRecordSeparatorPolicyA RecordSeparatorPolicy that treats all lines as record endings, aslong as they do not have unterminated quotes, and do not end in aClassorg.springframework.batch.item.file.separatorSpring 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
FieldSetMapperInterface that is used to map data obtained from a FieldSet into anAuthor:Tomas Slanina, Dave SyerInterfaceorg.springframework.batch.item.file.mappingSpring Batch
FixedLengthTokenizerTokenizer used to process data obtained from files with fixed-length format.Classorg.springframework.batch.item.file.transformSpring Batch
FlatFileFooterCallbackCallback interface for writing a footer to a file.Interfaceorg.springframework.batch.item.fileSpring 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
FlatFileHeaderCallbackCallback interface for writing to a header to a file.Interfaceorg.springframework.batch.item.fileSpring Batch
FlatFileItemReaderRestartable ItemReader that reads lines from input setResource(Resource).Classorg.springframework.batch.item.fileSpring Batch
FlatFileItemWriterThis class is an item writer that writes data to a file or stream.Classorg.springframework.batch.item.fileSpring Batch
FlatFileParseExceptionException thrown when errors are encounteredparsing flat files.Classorg.springframework.batch.item.fileSpring 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
JsonLineMapperInterpret a line as a JSON object and parse it up to a Map.Classorg.springframework.batch.item.file.mappingSpring Batch
JsonRecordSeparatorPolicyJSON-based record separator.Classorg.springframework.batch.item.file.separatorSpring Batch
LineAggregatorInterface used to create string representing object.Interfaceorg.springframework.batch.item.file.transformSpring Batch
LineCallbackHandlerCallback interface for handling a line from file.Interfaceorg.springframework.batch.item.fileSpring Batch
LineMapperInterface for mapping lines (strings) to domain objects typically used to map lines read from a file to domain objectson a per line basis.Interfaceorg.springframework.batch.item.fileSpring Batch
LineTokenizerInterface that is used by framework to split string obtained typically from aAuthor:tomas.Interfaceorg.springframework.batch.item.file.transformSpring Batch
MultiResourceItemReaderReads items from multiple resources sequentially - resource list is given by setResources(Resource[]), theactual reading is delegated to setDelegate(ResourceAwareItemReaderItemStream).Classorg.springframework.batch.item.fileSpring Batch
MultiResourceItemWriterWraps a ResourceAwareItemWriterItemStream and creates a new outputresource when the count of items written in current resource exceedsClassorg.springframework.batch.item.fileSpring Batch
NonTransientFlatFileExceptionException thrown when errors are encountered with the underlying resource.Classorg.springframework.batch.item.fileSpring Batch
PassThroughFieldExtractorFieldExtractor that just returns the original item.Classorg.springframework.batch.item.file.transformSpring Batch
PassThroughFieldSetMapperPass through FieldSetMapper useful for passing a FieldSetback directly rather than a mapped object.Classorg.springframework.batch.item.file.mappingSpring Batch
PassThroughLineAggregatorA LineAggregator implementation that simply callsObject.Classorg.springframework.batch.item.file.transformSpring Batch
PassThroughLineMapperPass through LineMapper useful for passing the originalString back directly rather than a mapped object.Classorg.springframework.batch.item.file.mappingSpring Batch
PatternMatchingCompositeLineMapperA LineMapper implementation that stores a mapping of String patternsto delegate LineTokenizers as well as a mapping of String patterns toClassorg.springframework.batch.item.file.mappingSpring 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
RecordSeparatorPolicyPolicy for text file-based input sources to determine the end of a record,e.Interfaceorg.springframework.batch.item.file.separatorSpring 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
ResourceAwareItemReaderItemStreamInterface for ItemReaders that implement ItemStream and readinput from Resource.Interfaceorg.springframework.batch.item.fileSpring Batch
ResourceAwareItemWriterItemStreamInterface for ItemWriters that implement ItemStream and writeAuthor:Robert KasanickyInterfaceorg.springframework.batch.item.fileSpring Batch
ResourcesItemReaderItemReader which produces Resource instances from an array.Classorg.springframework.batch.item.fileSpring Batch
ResourceSuffixCreatorStrategy interface for translating resource index into unique filenameAuthor:Robert KasanickySee Also:MultiResourceItemWriter,Interfaceorg.springframework.batch.item.fileSpring Batch
SimpleBinaryBufferedReaderFactoryA BufferedReaderFactory useful for reading simple binary (or text)files with no line endings, such as those produced by mainframe copy books.Classorg.springframework.batch.item.fileSpring Batch
SimpleRecordSeparatorPolicyClassorg.springframework.batch.item.file.separatorSpring Batch
SimpleResourceSuffixCreatorTrivial implementation of ResourceSuffixCreator that uses the indexitself as suffix, separated by dot.Classorg.springframework.batch.item.fileSpring Batch
SuffixRecordSeparatorPolicyA RecordSeparatorPolicy that looks for an exact match for a String atthe end of a line (e.Classorg.springframework.batch.item.file.separatorSpring Batch