Package com.querydsl.codegen.utils
Interface Evaluator<T>
- All Known Implementing Classes:
MethodEvaluator
public interface Evaluator<T>
Evaluator defines an interface for returning a value as a result of
evaluating an expression using the given argument array
- Author:
- tiwe
-
Method Summary
-
Method Details
-
evaluate
- Parameters:
args-- Returns:
-
getType
- Returns:
-