| 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 MethodKind |
MethodKind.get(String method)
URI syntax to enumeration value
|
MethodKind |
Method.getMethod() |
static MethodKind |
MethodKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodKind[] |
MethodKind.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.visitMethodCall(MethodKind methodCall,
List<T> parameters)
Called for each traversed
Method expression |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
ExpressionJsonVisitor.visitMethodCall(MethodKind methodCall,
List<com.fasterxml.jackson.databind.JsonNode> parameters) |
| Modifier and Type | Method and Description |
|---|---|
MethodKind |
MethodImpl.getMethod() |
| Constructor and Description |
|---|
MethodImpl(MethodKind method,
List<Expression> parameters) |
Copyright © 2023. All rights reserved.