public class SingleConverter extends Object
BeanCopier.create(Class, Class, boolean)
SingleConverter()
static void
copy(Object source, Object target, @NonNull boolean useConverter, net.sf.cglib.core.Converter converter)
static <S,T> List<T>
copyList(List<S> sourceList, Class<T> targetClass, @NonNull boolean useConverter, net.sf.cglib.core.Converter converter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleConverter()
public static void copy(Object source, Object target, @NonNull @NonNull boolean useConverter, net.sf.cglib.core.Converter converter)
public static <S,T> List<T> copyList(List<S> sourceList, Class<T> targetClass, @NonNull @NonNull boolean useConverter, net.sf.cglib.core.Converter converter)
Copyright © 2019. All rights reserved.