| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.schema |
MongoDB-specific JSON schema implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static MongoJsonSchema.ConflictResolutionFunction.Resolution |
MongoJsonSchema.ConflictResolutionFunction.Resolution.ofValue(MongoJsonSchema.ConflictResolutionFunction.Path path,
Object value)
Construct a resolution for a
MongoJsonSchema.ConflictResolutionFunction.Path using the given value. |
MongoJsonSchema.ConflictResolutionFunction.Resolution |
MongoJsonSchema.ConflictResolutionFunction.resolveConflict(MongoJsonSchema.ConflictResolutionFunction.Path path,
Object left,
Object right)
Resolve the conflict for two values under the same
path. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.