JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.aoju.bus.core.lang.copier
Interface Copier<T>
Type Parameters:
T
- 拷贝目标类型
All Known Implementing Classes:
BeanCopier
,
Duplicate
,
FileCopier
public interface
Copier<T>
拷贝接口
Since:
JDK 1.8+
Version:
5.8.9
Author:
Kimi Liu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
copy
()
执行拷贝
Method Detail
copy
T
copy()
执行拷贝
Returns:
拷贝的目标
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2020. All rights reserved.