| Package | Description |
|---|---|
| io.cdap.common.internal.io |
Common IO classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionDatumReader<T>
Reflection based Datnum Reader.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DatumReader<T> |
ReflectionDatumReaderFactory.create(com.google.common.reflect.TypeToken<T> type,
Schema schema) |
<T> DatumReader<T> |
DatumReaderFactory.create(com.google.common.reflect.TypeToken<T> type,
Schema schema)
Creates a
DatumReader that can decode object of type T. |
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.