public abstract class BeanCopier extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BeanCopier.Generator |
Constructor and Description |
---|
BeanCopier() |
Modifier and Type | Method and Description |
---|---|
abstract void |
copy(Object from,
Object to,
org.springframework.cglib.core.Converter converter) |
static BeanCopier |
create(Class source,
Class target,
boolean useConverter) |
public static BeanCopier create(Class source, Class target, boolean useConverter)