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,
Converter converter) |
static BeanCopier |
create(Class source,
Class target,
boolean useConverter) |
Copyright © 2018. All rights reserved.