public class CloneUtils extends Object
| Constructor and Description |
|---|
CloneUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
cloneList(List<?> in,
Class<T> type) |
static <T> T |
cloneObject(Object in,
Class<T> type) |
Copyright © 2021. All rights reserved.