Hierarchy For Package org.springframework.batch.infrastructure.item.file.mapping

Package Hierarchies:

Class Hierarchy

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

Interface Hierarchy

  • org.springframework.batch.infrastructure.item.file.mapping.FieldSetMapper<T>