
com.easy.query.core.proxy.BeanProxy Maven / Gradle / Ivy
package com.easy.query.core.proxy;
/**
* create time 2023/6/30 22:33
* 文件说明
*
* @author xuejiaming
*/
public interface BeanProxy {
// default void setValue(Object bean,String property,Object value){}
// default Object getValue(Object bean,String property){return null;}
// PropertyProxy getPropertyProxy(String property);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy