Uses of Interface
org.apache.olingo.odata2.api.uri.expression.UnaryExpression
Packages that use UnaryExpression
Package
Description
Expression Parser
-
Uses of UnaryExpression in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type UnaryExpressionModifier and TypeMethodDescriptionExpressionVisitor.visitUnary(UnaryExpression unaryExpression, UnaryOperator operator, Object operand) Visits a unary expression -
Uses of UnaryExpression in org.apache.olingo.odata2.core.uri.expression
Classes in org.apache.olingo.odata2.core.uri.expression that implement UnaryExpressionMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type UnaryExpressionModifier and TypeMethodDescriptionprotected voidFilterParserImpl.validateUnaryOperatorTypes(UnaryExpression unaryExpression) JsonVisitor.visitUnary(UnaryExpression unaryExpression, UnaryOperator operator, Object operand)