| Package | Description |
|---|---|
| org.springframework.data.mongodb.util.json |
MongoDB driver-specific utility classes for Json conversion.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterBindingContext |
ParameterBindingContext.forExpressions(ValueProvider valueProvider,
ExpressionParser expressionParser,
Function<ExpressionDependencies,EvaluationContext> contextFunction)
Create a new
ParameterBindingContext that is capable of expression parsing and can provide a
EvaluationContext based on ExpressionDependencies. |
| Modifier and Type | Method and Description |
|---|---|
org.bson.Document |
ParameterBindingDocumentCodec.decode(String json,
ParameterBindingContext bindingContext) |
| Constructor and Description |
|---|
ParameterBindingJsonReader(String json,
ParameterBindingContext bindingContext) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.