public final class CgBeanKit extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
copyProperties(Object source,
Class<T> targetClass) |
static <T> T |
copyProperties(Object source,
Class<T> targetClass,
net.sf.cglib.core.Converter converter) |
static void |
copyProperties(Object source,
Object target) |
static void |
copyProperties(Object source,
Object target,
net.sf.cglib.core.Converter converter) |
static <T> List<T> |
copyPropertiesOfList(List<?> sourceList,
Class<T> targetClass) |
static <T> List<T> |
copyPropertiesOfList(List<?> sourceList,
Class<T> targetClass,
net.sf.cglib.core.Converter converter) |
public static void copyProperties(Object source, Object target, net.sf.cglib.core.Converter converter)
public static <T> T copyProperties(Object source, Class<T> targetClass, net.sf.cglib.core.Converter converter)
public static <T> List<T> copyPropertiesOfList(List<?> sourceList, Class<T> targetClass)
Copyright © 2020. All rights reserved.