public class PojoCopy extends Object
| Constructor and Description |
|---|
PojoCopy() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
build(Object from,
Class<T> to) |
static <T> List<T> |
buildAll(List from,
Class<T> to) |
static void |
copyProperties(Object from,
Object to) |
static void |
documentToThriftPojo(Document doc,
Object to) |
static void |
thriftPojoToDocument(Object obj,
Document doc) |
Copyright © 2021. All rights reserved.