类 AbstractCopierCommon
java.lang.Object
org.coodex.copier.AbstractCopierCommon
- 直接已知子类:
AbstractCopier,AbstractTwoWayCopier
Created by davidoff shen on 2017-05-11.
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract Objectcopy(Object o, AbstractCopierCommon.Index srcIndex) protected <T extends Collection<?>>
Tcopy(Collection<?> srcCollection, Class<T> tClass, AbstractCopierCommon.Index srcIndex) protected <T extends Collection<?>>
Tcopy(Collection<?> srcCollection, AbstractCopierCommon.Index srcIndex) protected Class<?>protected Objectinit(Object o, AbstractCopierCommon.Index index) protected Object
-
构造器详细资料
-
AbstractCopierCommon
public AbstractCopierCommon()
-
-
方法详细资料
-
getClass
-
newObject
-
init
-
copy
-
copy
protected <T extends Collection<?>> T copy(Collection<?> srcCollection, Class<T> tClass, AbstractCopierCommon.Index srcIndex) -
copy
protected <T extends Collection<?>> T copy(Collection<?> srcCollection, AbstractCopierCommon.Index srcIndex)
-