| java.lang.Object |
| ↳ |
org.odata4j.producer.ExpressionEvaluator |
Class Overview
Evaluate an $filter expression. The VariableResolver you attach to the
evaluator determines the context for evaluation. The VariableResolver must
supply actual values for all EntitySimpleProperties referenced in the $filter.
Note: this used to be class InMemoryEvaluation, I just factored out/de-coupled the
VariableResolver to make it reusable.
Summary
| Nested Classes |
|
interface |
ExpressionEvaluator.VariableResolver |
Resolves variables during expression evaluation. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
static
final
Set<Class>
SUPPORTED_CLASSES_FOR_BINARY_PROMOTION
Public Constructors
Public Methods
public
static
Object
cast
(Object obj, Class<?> targetType)