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

com.easy.query.api4j.parser.LambdaParser Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.parser;

import com.easy.query.core.expression.lambda.Property;

/**
 * create time 2023/11/7 10:33
 * 文件说明
 *
 * @author xuejiaming
 */
public interface LambdaParser {
     String getPropertyName(Property property);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy