All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cool.linco.common.convert.CopyAdapter Maven / Gradle / Ivy

The newest version!
package cool.linco.common.convert;

/**
 * @author linziqiang
 * 对象复制接口, 增强性能等场景, 一般用不上
 */
public interface CopyAdapter {
    /**
     * 使用前需要二次校验类型, 符合才能执行copy操作
     * */
    void copy(I input);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy