@Beta public class Expressions extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Expressions.Operand
Generic OData filter expression operand.
|
static interface |
Expressions.OperandMultiple
OData filter collection expression operand.
|
static interface |
Expressions.OperandSingle
Singular OData filter expression operand.
|
Constructor and Description |
---|
Expressions() |
Modifier and Type | Method and Description |
---|---|
static <PrimitiveT> |
createOperand(PrimitiveT value)
Helper function to generate an OData filter expression operand for a primitive Java type.
|
@Nonnull public static <PrimitiveT> Expressions.OperandSingle createOperand(@Nullable PrimitiveT value)
PrimitiveT
- Type of the Java literal.value
- Java literal.IllegalArgumentException
- When there is no mapping found for the provided Java literal.Copyright © 2021 SAP SE. All rights reserved.