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)
Copyright © 2022. All rights reserved.