Class DefaultLiteralExpressionVisitor
java.lang.Object
de.hybris.platform.odata2services.filter.impl.DefaultLiteralExpressionVisitor
- All Implemented Interfaces:
LiteralExpressionVisitor
Default implementation of the
LiteralExpressionVisitor-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultLiteralExpressionVisitor
public DefaultLiteralExpressionVisitor()
-
-
Method Details
-
visit
public Object visit(org.apache.olingo.odata2.api.uri.expression.LiteralExpression expression, org.apache.olingo.odata2.api.edm.EdmLiteral literal) Description copied from interface:LiteralExpressionVisitorVisit theLiteralExpression- Specified by:
visitin interfaceLiteralExpressionVisitor- Parameters:
expression- Literal expressionliteral- Literal value- Returns:
- The result from this visit method
-