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

cn.featherfly.common.bean.rule.CopyRule Maven / Gradle / Ivy


package cn.featherfly.common.bean.rule;

/**
 * 

* 属性复制的规则 *

* * @author 钟冀 */ public interface CopyRule { /** *

* 是否复制 *

* @param target 目标对象 * @param from 源对象 * @param propertyName 属性名 * @param propertyValue 属性值 * @return 是否复制 */ boolean isCopyEnabled(Object target, Object from, String propertyName, Object propertyValue); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy