| Package | Description |
|---|---|
| io.cdap.common.internal.io |
Common IO classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectionDatumWriter<T>
A
DatumWriter that uses java reflection to encode data. |
| Modifier and Type | Method and Description |
|---|---|
<T> DatumWriter<T> |
DatumWriterFactory.create(com.google.common.reflect.TypeToken<T> type,
Schema schema) |
<T> DatumWriter<T> |
ASMDatumWriterFactory.create(com.google.common.reflect.TypeToken<T> type,
Schema schema)
Creates a
DatumWriter that is able to encode given data type with the given Schema. |
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.