| Package | Description |
|---|---|
| org.easybatch.core.job |
This package contains easy batch core implementation.
|
| org.easybatch.core.mapper |
This package contains built-in object mapping support.
|
| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
JobBuilder.mapper(RecordMapper recordMapper)
Register a record mapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BatchMapper
Map a
Batch of records using a delegate RecordMapper. |
| Constructor and Description |
|---|
BatchMapper(RecordMapper delegate)
Create a
BatchMapper. |
Copyright © 2015. All Rights Reserved.