public class BeanUtils extends java.lang.Object
BeanUtils()
static <T> void
copyNonNulls(java.lang.Class<T> type, T from, T to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanUtils()
public static <T> void copyNonNulls(@Nonnull java.lang.Class<T> type, @Nonnull T from, @Nonnull T to)