| Package | Description |
|---|---|
| org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
| org.apache.olingo.server.core.debug | |
| org.apache.olingo.server.core.uri.queryoption.expression |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperatorKind |
BinaryOperatorKind.get(String operator)
URI syntax to enumeration value
|
BinaryOperatorKind |
Binary.getOperator() |
static BinaryOperatorKind |
BinaryOperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperatorKind[] |
BinaryOperatorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionVisitor.visitBinaryOperator(BinaryOperatorKind operator,
T left,
List<T> right)
Called for each traversed
Binary expression |
T |
ExpressionVisitor.visitBinaryOperator(BinaryOperatorKind operator,
T left,
T right)
Called for each traversed
Binary expression |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionJsonVisitor.visitBinaryOperator(BinaryOperatorKind operator,
com.fasterxml.jackson.databind.JsonNode left,
com.fasterxml.jackson.databind.JsonNode right) |
com.fasterxml.jackson.databind.JsonNode |
ExpressionJsonVisitor.visitBinaryOperator(BinaryOperatorKind operator,
com.fasterxml.jackson.databind.JsonNode left,
List<com.fasterxml.jackson.databind.JsonNode> right) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperatorKind |
BinaryImpl.getOperator() |
| Constructor and Description |
|---|
BinaryImpl(Expression left,
BinaryOperatorKind operator,
Expression right,
EdmType type) |
BinaryImpl(Expression left,
BinaryOperatorKind operator,
List<Expression> right,
EdmType type) |
Copyright © 2023. All rights reserved.