public class BeanCopier extends Object
BeanCopier()
static <T> T
copy(Object source, Class<T> clazz)
static void
copy(Object source, Object target)
static <T> List<T>
listCopy(List<?> sources, Class<T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanCopier()
public static void copy(Object source, Object target)
public static <T> T copy(Object source, Class<T> clazz)
public static <T> List<T> listCopy(List<?> sources, Class<T> clazz)
Copyright © 2021 tan. All rights reserved.