Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.item.file.mapping Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
ArrayFieldSetMapperA basic array mapper, returning the values backing a fieldset.Classorg.springframework.batch.item.file.mappingSpring Batch
BeanWrapperFieldSetMapperFieldSetMapper implementation based on bean property paths.Classorg.springframework.batch.item.file.mappingSpring Batch
DefaultLineMapperTwo-phase LineMapper implementation consisting of tokenization of the line into FieldSet followed bymapping to item.Classorg.springframework.batch.item.file.mappingSpring Batch
FieldSetMapperInterface that is used to map data obtained from a FieldSet into anAuthor:Tomas Slanina, Dave SyerInterfaceorg.springframework.batch.item.file.mappingSpring Batch
JsonLineMapperInterpret a line as a JSON object and parse it up to a Map.Classorg.springframework.batch.item.file.mappingSpring Batch
PassThroughFieldSetMapperPass through FieldSetMapper useful for passing a FieldSetback directly rather than a mapped object.Classorg.springframework.batch.item.file.mappingSpring 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