Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.xspec |
A request-centric Expression Specification Builder package that can be used to construct valid
expressions, and the respective name maps and value maps, for various DynamoDB requests in a typeful manner.
|
Modifier and Type | Method and Description |
---|---|
static <T> ParenthesizedCondition |
ExpressionSpecBuilder._(Condition condition)
A short hand for calling
ExpressionSpecBuilder.parenthesize(Condition) to explicitly
parenthesize a given condition for building condition expressions. |
static ParenthesizedCondition |
ParenthesizedCondition.getInstance(Condition condition)
Returns a parenthesized condition for the given condition if the given
condition is not already a parenthesized condition; or the original
condition otherwise.
|
static <T> ParenthesizedCondition |
ExpressionSpecBuilder.parenthesize(Condition condition)
Returns an explicitly parenthesized condition, ie '(' condition ')' used
in building condition expressions.
|
Copyright © 2019. All rights reserved.