public class BeanUtil extends Object
Bean Utils
BeanUtil()
static <T> T
copyBean(Object resource, Class<T> clazz)
static <T> List<T>
copyList(List resource, Class<T> clazz)
static <T> PageWrapper<T>
copyPage(PageWrapper<?> resource, Class<T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanUtil()
public static <T> T copyBean(Object resource, Class<T> clazz)
public static <T> List<T> copyList(List resource, Class<T> clazz)
public static <T> PageWrapper<T> copyPage(PageWrapper<?> resource, Class<T> clazz)
Copyright © 2019. All rights reserved.