@Beta
public static interface Expressions.Operand
Modifier and Type | Method and Description |
---|---|
default String |
getExpression(ODataProtocol protocol)
Create the String representation of the expression based on a given
ODataProtocol . |
String |
getExpression(ODataProtocol protocol,
Map<String,Predicate<FieldReference>> prefixes)
Create the String representation of the expression.
|
@Nonnull default String getExpression(@Nonnull ODataProtocol protocol)
ODataProtocol
.protocol
- The ODataProtocol
that the expression should conform to.@Nonnull String getExpression(@Nonnull ODataProtocol protocol, @Nonnull Map<String,Predicate<FieldReference>> prefixes)
protocol
- The OData protocol to derive serialization rules from.prefixes
- Additional field prefixes, e.g. when using lambda expressions.Copyright © 2020 SAP SE. All rights reserved.