| Class | Description |
|---|---|
| FieldSelection |
FieldSelection is used in conjunction with the
JacksonRecordReader (and the subclasses). |
| FieldSelection.Builder | |
| JacksonLineRecordReader |
JacksonLineRecordReader will read a single file line-by-line when .next() is
called. |
| JacksonLineSequenceRecordReader | |
| JacksonReaderUtils | |
| JacksonRecordReader |
RecordReader using Jackson.
Design for this record reader: - Support for JSON, XML and YAML: one record per file only, via Jackson ObjectMapper:
FieldSelection. |
Copyright © 2020. All rights reserved.