mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
b03070c38c
commit
db308ba5a5
@ -85,6 +85,7 @@ public class ExprTest {
|
||||
|
||||
for (Expression<?> expr : toVisit){
|
||||
for (Method method : expr.getClass().getMethods()){
|
||||
if (method.getName().equals("getParameter")) continue;
|
||||
if (method.getName().equals("getArg")) continue;
|
||||
if (method.getReturnType() != void.class
|
||||
&& !method.getReturnType().isPrimitive()){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user