Class Hierarchy
- java.lang.Object
- org.springframework.batch.item.file.mapping.ArrayFieldSetMapper (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
- org.springframework.batch.item.file.mapping.DefaultLineMapper<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.file.LineMapper<T>)
- org.springframework.batch.support.DefaultPropertyEditorRegistrar (implements org.springframework.beans.PropertyEditorRegistrar)
- org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper<T> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.batch.item.file.mapping.FieldSetMapper<T>, org.springframework.beans.factory.InitializingBean)
- org.springframework.batch.item.file.mapping.JsonLineMapper (implements org.springframework.batch.item.file.LineMapper<T>)
- org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
- org.springframework.batch.item.file.mapping.PassThroughLineMapper (implements org.springframework.batch.item.file.LineMapper<T>)
- org.springframework.batch.item.file.mapping.PatternMatchingCompositeLineMapper<T> (implements org.springframework.beans.factory.InitializingBean, org.springframework.batch.item.file.LineMapper<T>)
- org.springframework.batch.item.file.mapping.RecordFieldSetMapper<T> (implements org.springframework.batch.item.file.mapping.FieldSetMapper<T>)
Interface Hierarchy
- org.springframework.batch.item.file.mapping.FieldSetMapper<T>