See: Description
| Interface | Description |
|---|---|
| ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>> |
SPI interface to implement components that can transform an
ExpressionTransformationContextSupport into an
object. |
| Class | Description |
|---|---|
| ExpressionNode |
A value object for nodes in an expression.
|
| ExpressionTransformationContextSupport<T extends ExpressionNode> |
The context for an
ExpressionNode transformation. |
| LiteralNode |
A node representing a literal in an expression.
|
| MethodReferenceNode |
An
ExpressionNode representing a method reference. |
| MethodReferenceNode.AggregationMethodReference | |
| NotOperatorNode | |
| OperatorNode |
An
ExpressionNode representing an operator. |
| Enum | Description |
|---|---|
| MethodReferenceNode.AggregationMethodReference.ArgumentType |
The actual argument type to use when mapping parameters to MongoDB specific format.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.