public class FilterForEvalConstantAnyType extends Object implements FilterSpecParamInValue
Constructor and Description |
---|
FilterForEvalConstantAnyType(Object constant)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
constant() |
boolean |
equals(Object o) |
Object |
getConstant()
Returns the constant value.
|
Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext evaluatorContext)
Returns the filter value representing the endpoint.
|
Class |
getReturnType() |
int |
hashCode() |
public FilterForEvalConstantAnyType(Object constant)
constant
- is the constant valuepublic Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext evaluatorContext)
FilterSpecParamFilterForEval
getFilterValue
in interface FilterSpecParamFilterForEval
matchedEvents
- is the prior resultsevaluatorContext
- eval contextpublic Class getReturnType()
getReturnType
in interface FilterSpecParamInValue
public boolean constant()
constant
in interface FilterSpecParamInValue
public Object getConstant()