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

cn.org.atool.fluent.mybatis.functions.IGetter Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package cn.org.atool.fluent.mybatis.functions;

import java.io.Serializable;

/**
 * IEntity::getter()函数
 *
 * @author wudarui
 */
@FunctionalInterface
public interface IGetter extends Serializable {
    /**
     * 返回属性值
     *
     * @param entity Entity
     * @return 属性值
     */
    Object get(E entity);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy