public class EqualsFilter extends BinaryOperatorFilter
| Constructor and Description |
|---|
EqualsFilter(RecordPathSegment lhs,
RecordPathSegment rhs) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
compareNumbers(Number lhs,
Number rhs) |
protected String |
getOperator() |
protected boolean |
test(FieldValue fieldValue,
Object rhsValue) |
filter, mapToBoolean, toStringpublic EqualsFilter(RecordPathSegment lhs, RecordPathSegment rhs)
protected boolean test(FieldValue fieldValue, Object rhsValue)
test in class BinaryOperatorFilterprotected String getOperator()
getOperator in class BinaryOperatorFilterCopyright © 2023 Apache NiFi Project. All rights reserved.