public class ComplexCopier extends Object
Constructor and Description |
---|
ComplexCopier() |
Modifier and Type | Method and Description |
---|---|
static void |
copy(FieldReader input,
FieldWriter output)
Do a deep copy of the value in input into output
|
static FieldWriter |
getListWriterForType(TypeProtos.MajorType type,
BaseWriter.ListWriter writer) |
static FieldWriter |
getMapWriterForType(TypeProtos.MajorType type,
BaseWriter.MapWriter writer,
String name) |
public static void copy(FieldReader input, FieldWriter output)
in
- out
- public static FieldWriter getMapWriterForType(TypeProtos.MajorType type, BaseWriter.MapWriter writer, String name)
public static FieldWriter getListWriterForType(TypeProtos.MajorType type, BaseWriter.ListWriter writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.