public static interface ObjectFilter.FilterResult
ObjectFilter.filter(java.lang.Object) method.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInstance()
Returns the matched object.
|
java.lang.Object[] |
getProjection()
Returns the projection, if a projection was requested or
null otherwise. |
java.lang.Comparable[] |
getSortProjection()
Returns the projection of fields used for sorting, if sorting was requested or
null otherwise. |
java.lang.Object getInstance()
java.lang.Object[] getProjection()
null otherwise.java.lang.Comparable[] getSortProjection()
null otherwise.