net.sf.cglib.beans
Class BeanCopier
java.lang.Object
net.sf.cglib.beans.BeanCopier
public abstract class BeanCopier
- extends Object
- Author:
- Chris Nokleberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanCopier
public BeanCopier()
create
public static BeanCopier create(Class source,
Class target,
boolean useConverter)
copy
public abstract void copy(Object from,
Object to,
Converter converter)
Copyright © 2012 Oracle Corporation. All Rights Reserved.