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