public interface RecordPointer
Modifier and Type | Method and Description |
---|---|
<T> T |
getValue(Record target,
Class<T> type)
Enables to extract a value from a record.
|
<T> T getValue(Record target, Class<T> type)
T
- the extracted type.target
- the record to use as base.type
- the expected type to extract.IllegalArgumentException
- if the value does not exist.1.1.14-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation