| Package | Description |
|---|---|
| org.easybatch.core.mapper |
This package contains built-in object mapping support.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectMapper.mapObject(Map<String,String> values)
Map values to fields of the target object type.
|
Batch |
BatchMapper.processRecord(Batch batch) |
O |
RecordMapper.processRecord(I record)
Map the record to a
GenericRecord having a domain object as payload. |
Copyright © 2015. All Rights Reserved.