public abstract class BeanCopier extends Object
static class
BeanCopier.Generator
BeanCopier()
abstract void
copy(Object from, Object to, Converter converter)
static BeanCopier
create(Class source, Class target, boolean useConverter)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BeanCopier()
public static BeanCopier create(Class source, Class target, boolean useConverter)
public abstract void copy(Object from, Object to, Converter converter)
Copyright © 2016. All rights reserved.