See: Description
| Interface | Description |
|---|---|
| RecordMapper<I extends Record,O extends Record> |
A record mapper maps a
Record to a GenericRecord having a domain object as payload. |
| Class | Description |
|---|---|
| AbstractRecordMapper |
Abstract record mapper.
|
| BatchMapper |
Map a
Batch of records using a delegate RecordMapper. |
| ObjectMapper |
A helper class that maps a record to a domain object instance.
|
| Exception | Description |
|---|---|
| BeanIntrospectionException |
Exception thrown when the object mapper is unable to introspect the target type.
|
| RecordMappingException |
Exception thrown when an error occurs during record mapping.
|
| TypeConverterRegistrationException |
Exception thrown when the object mapper is unable to register a custom type converter.
|
Copyright © 2015. All Rights Reserved.