Class DefaultOrderByExpressionVisitor
java.lang.Object
de.hybris.platform.odata2services.filter.impl.DefaultOrderByExpressionVisitor
- All Implemented Interfaces:
OrderByExpressionVisitor
Default implementation of the
OrderByExpressionVisitor-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultOrderByExpressionVisitor
public DefaultOrderByExpressionVisitor()
-
-
Method Details
-
visit
public List<OrderExpression> visit(org.apache.olingo.odata2.api.uri.expression.OrderByExpression expression, String expressionString, List<Object> orders) Description copied from interface:OrderByExpressionVisitorVisit theOrderByExpression- Specified by:
visitin interfaceOrderByExpressionVisitor- Parameters:
expression- The visited orderby expression nodeexpressionString- The $orderby expression string used to build the orderby expression treeorders- The result of visiting the orders of the orderby expression- Returns:
- The resulting
List<OrderExpression>from visiting the OrderByExpression
-