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

com.github.hugh.support.EntityUtilsCallBack Maven / Gradle / Ivy

There is a newer version: 2.7.14
Show newest version
package com.github.hugh.support;

/**
 * 回调方法
 *
 * @param  源参数类型
 * @param  目标参数类型
 * @since 2.1.12
 */
@FunctionalInterface
public interface EntityUtilsCallBack {

    /**
     * 实体属性复制回调方法
     *
     * @param sources 源-对象类型
     * @param target  目标对象类型
     */
    void callBack(S sources, T target);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy