Modifier and Type | Field and Description |
---|---|
private static final Class | |
private static final Class | |
private static final Class | |
private static final GenericData |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public int | resolveUnion(Schema union, Object datum)
Overrides org. Called to find the index for a datum within a union. |
protected void | write(Schema schema, Object datum, Encoder out)
Overrides org. Called to write data. |
CLS_BIG_DECIMAL | back to summary |
---|---|
private static final Class<?> CLS_BIG_DECIMAL |
CLS_BIG_INTEGER | back to summary |
---|---|
private static final Class<?> CLS_BIG_INTEGER |
CLS_STRING | back to summary |
---|---|
private static final Class<?> CLS_STRING |
GENERIC_DATA | back to summary |
---|---|
private static final GenericData GENERIC_DATA |
NonBSGenericDatumWriter | back to summary |
---|---|
public NonBSGenericDatumWriter(Schema root) |
resolveUnion | back to summary |
---|---|
public int resolveUnion(Schema union, Object datum) Overrides org. Doc from org. Called to find the index for a datum within a union. By default calls
|
write | back to summary |
---|---|
protected void write(Schema schema, Object datum, Encoder out) throws IOException Overrides org. Doc from org. Called to write data.
|