S - 来源对象类型T - 目标对象类型public abstract class AbsCopier<S,T> extends Object implements Copier<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected CopyOptions |
copyOptions
拷贝选项
|
protected S |
source |
protected T |
target |
| 构造器和说明 |
|---|
AbsCopier(S source,
T target,
CopyOptions copyOptions)
构造
|
protected final S source
protected final T target
protected final CopyOptions copyOptions
public AbsCopier(S source, T target, CopyOptions copyOptions)
source - 源对象target - 目标对象copyOptions - 拷贝选项Copyright © 2024. All rights reserved.