Class DefaultPropertyExpressionVisitor
java.lang.Object
de.hybris.platform.odata2services.filter.impl.DefaultPropertyExpressionVisitor
- All Implemented Interfaces:
PropertyExpressionVisitor
Default implementation of the
PropertyExpressionVisitor-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultPropertyExpressionVisitor
public DefaultPropertyExpressionVisitor()
-
-
Method Details
-
visit
public Object visit(org.apache.olingo.odata2.api.uri.expression.PropertyExpression expression, String name, org.apache.olingo.odata2.api.edm.EdmTyped type) Description copied from interface:PropertyExpressionVisitorVisit thePropertyExpression- Specified by:
visitin interfacePropertyExpressionVisitor- Parameters:
expression- Property expressionname- Property nametype- Property type- Returns:
- The result from this visit method
-