Interface ObjectExpression<T>
- Type Parameters:
T- Java type
- All Superinterfaces:
Expression<T>
Representation of an Object as an expression.
This handles all remaining Java types not handled by String, Numeric, Enum, Boolean, Collection, Map, etc.
-
Method Summary
Methods inherited from interface Expression
as, cast, count, countDistinct, eq, eq, instanceOf, ne, ne