public class CopyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S,T> List<T> |
copyList(List<S> s,
Class<T> clazz) |
static <S,T> T |
copyObject(S s,
Class<T> clazz) |
static <S,T> T |
copyObjectIgnoreNull(S s,
T t) |
Copyright © 2020. All rights reserved.