public interface RecordFieldExtractor<T>
RecordMarshaller to convert a record to an iterable of its fields.| Modifier and Type | Method and Description |
|---|---|
Iterable<Object> |
extractFields(T record)
Extract fields from the record.
|
Iterable<Object> extractFields(T record) throws RecordFieldExtractionException
record - the recordRecordFieldExtractionExceptionCopyright © 2015. All Rights Reserved.