public class FilterMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterMapping.ComparatorByOrder |
| Modifier and Type | Field and Description |
|---|---|
protected List |
directFilterValues |
protected FieldPath |
fieldPath |
protected List<String> |
filterValues |
protected String |
fullPropertyName |
protected Class<?> |
inheritedFromClass |
protected Boolean |
nullsLast |
protected Integer |
order |
static String |
RANGE_SPECIFIER_REGEX |
protected Restriction |
restriction |
protected SortDirection |
sortDirection |
| Constructor and Description |
|---|
FilterMapping() |
public static final String RANGE_SPECIFIER_REGEX
protected String fullPropertyName
protected List directFilterValues
protected SortDirection sortDirection
protected Restriction restriction
protected FieldPath fieldPath
protected Class<?> inheritedFromClass
protected Boolean nullsLast
protected Integer order
public FilterMapping withOrder(Integer order)
public FilterMapping withFullPropertyName(String fullPropertyName)
public FilterMapping withFilterValues(List<String> filterValues)
public FilterMapping withDirectFilterValues(List directFilterValues)
public FilterMapping withSortDirection(SortDirection sortDirection)
public FilterMapping withRestriction(Restriction restriction)
public FilterMapping withFieldPath(FieldPath fieldPath)
public FilterMapping withInheritedFromClass(Class<?> inheritedFromClass)
public String getFullPropertyName()
public void setFullPropertyName(String fullPropertyName)
public SortDirection getSortDirection()
public void setSortDirection(SortDirection sortDirection)
public Restriction getRestriction()
public void setRestriction(Restriction restriction)
public FieldPath getFieldPath()
public void setFieldPath(FieldPath fieldPath)
public List getDirectFilterValues()
public void setDirectFilterValues(List directFilterValues)
public Class<?> getInheritedFromClass()
public void setInheritedFromClass(Class<?> inheritedFromClass)
public Boolean getNullsLast()
public void setNullsLast(Boolean nullsLast)
public Integer getOrder()
public void setOrder(Integer order)
Copyright © 2015. All rights reserved.