| 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 UnaryOperatorKind |
UnaryOperatorKind.get(String operator)
URI syntax to enumeration value
|
UnaryOperatorKind |
Unary.getOperator() |
static UnaryOperatorKind |
UnaryOperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperatorKind[] |
UnaryOperatorKind.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.visitUnaryOperator(UnaryOperatorKind operator,
T operand)
Called for each traversed
Unary expression |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionJsonVisitor.visitUnaryOperator(UnaryOperatorKind operator,
com.fasterxml.jackson.databind.JsonNode operand) |
| Modifier and Type | Method and Description |
|---|---|
UnaryOperatorKind |
UnaryImpl.getOperator() |
| Constructor and Description |
|---|
UnaryImpl(UnaryOperatorKind operator,
Expression expression,
EdmType type) |
Copyright © 2023. All rights reserved.