public class FilterExpressionWrapper<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
FilterExpressionWrapper(String fieldName,
FilterFunction operator,
T value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFieldName() |
FilterFunction |
getOperator() |
T |
getValue() |
int |
hashCode() |
protected FilterExpressionWrapper(String fieldName, FilterFunction operator, T value)
protected boolean canEqual(Object other)
public String getFieldName()
public FilterFunction getOperator()
public T getValue()
Copyright © 2018 SAP SE. All rights reserved.