Interface Copier<T>

Type Parameters:
T - 拷贝目标类型
All Known Implementing Classes:
AbstractCopier, BeanCopier, BeanToBeanCopier, BeanToMapCopier, MapToBeanCopier, MapToMapCopier, PathCopier, SrcToDestCopier, ValueToBeanCopier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Copier<T>
拷贝接口
Since:
Java 17+
Author:
Kimi Liu