public class BeanCopyUtil extends Object
BeanCopyUtil()
static <T> T
copy(Class<T> cls, Object... source)
copy(Object source, Class<T> cls)
static Object
copy(Object source, Object target)
static <T> List<T>
copys(List source, Class<T> cls)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanCopyUtil()
public static <T> List<T> copys(List source, Class<T> cls)
public static <T> T copy(Object source, Class<T> cls)
T
source
cls
public static <T> T copy(Class<T> cls, Object... source)
public static Object copy(Object source, Object target)
target
Copyright © 2022 jvs. All rights reserved.