S
- 来源对象类型T
- 目标对象类型public abstract class AbsCopier<S,T> extends Object implements Copier<T>
Modifier and Type | Field and Description |
---|---|
protected CopyOptions |
copyOptions
拷贝选项
|
protected S |
source |
protected T |
target |
Constructor and Description |
---|
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 © 2024. All rights reserved.