public class ExpressionUtil extends Object
| 构造器和说明 |
|---|
ExpressionUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
hasParameter(io.github.kiryu1223.expressionTree.expressions.Expression expression) |
static boolean |
isEquals(Method method) |
static boolean |
isGroupKey(List<io.github.kiryu1223.expressionTree.expressions.ParameterExpression> parameters,
io.github.kiryu1223.expressionTree.expressions.Expression expression) |
static boolean |
isStaticComparatorMethod(Method method) |
static boolean |
isStaticMethod(Method method) |
static boolean |
isStaticNullCheckMethod(Method method) |
static boolean |
isStaticOperationMethod(Method method) |
static boolean |
isTableProperty(List<io.github.kiryu1223.expressionTree.expressions.ParameterExpression> parameters,
io.github.kiryu1223.expressionTree.expressions.Expression expression) |
static boolean |
isVoid(Class<?> c) |
static ParamMatcher |
match(String input) |
public static boolean isVoid(Class<?> c)
public static boolean isTableProperty(List<io.github.kiryu1223.expressionTree.expressions.ParameterExpression> parameters, io.github.kiryu1223.expressionTree.expressions.Expression expression)
public static boolean isGroupKey(List<io.github.kiryu1223.expressionTree.expressions.ParameterExpression> parameters, io.github.kiryu1223.expressionTree.expressions.Expression expression)
public static boolean isEquals(Method method)
public static boolean isStaticMethod(Method method)
public static boolean isStaticComparatorMethod(Method method)
public static boolean isStaticNullCheckMethod(Method method)
public static boolean isStaticOperationMethod(Method method)
public static boolean hasParameter(io.github.kiryu1223.expressionTree.expressions.Expression expression)
public static ParamMatcher match(String input)
Copyright © 2024. All rights reserved.