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
|
public static void copy(FieldReader input, FieldWriter output)
input - field to read fromoutput - field to write toCopyright © 2024 The Apache Software Foundation. All rights reserved.