@Singleton public class BeanHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ReflectionHelper |
reflectionHelper |
| Constructor and Description |
|---|
BeanHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
cloneArray(Object value,
Map<Object,Object> cloneMap) |
<T> T |
cloneBean(T source) |
protected <T> T |
cloneBean(T source,
Map<Object,Object> cloneMap) |
protected <T> void |
cloneBean(T source,
T destination,
Map<Object,Object> cloneMap) |
protected Object |
cloneCollection(Collection<?> value,
Map<Object,Object> cloneMap) |
protected boolean |
shouldClonePropertyOfType(Class<?> propertyClass) |
@Inject protected ReflectionHelper reflectionHelper
Copyright © 2017. All rights reserved.