Interface Copier<T>

Type Parameters:
T - 拷贝目标类型
All Known Implementing Classes:
AbstractCopier, BeanCopier, BeanToBeanCopier, BeanToMapCopier, MapToBeanCopier, MapToMapCopier, PathCopier, SrcToDestCopier, ValueProviderToBeanCopier
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
  • Method Summary

    Modifier and Type
    Method
    Description
    执行拷贝
  • Method Details

    • copy

      T copy()
      执行拷贝
      Returns:
      拷贝的目标