| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.schema |
MongoDB-specific JSON schema implementation classes.
|
| Modifier and Type | Field and Description |
|---|---|
static MongoJsonSchema.ConflictResolutionFunction.Resolution |
MongoJsonSchema.ConflictResolutionFunction.Resolution.SKIP
Resolution
|
| 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. |
static MongoJsonSchema.ConflictResolutionFunction.Resolution |
MongoJsonSchema.ConflictResolutionFunction.Resolution.ofValue(String key,
Object value)
Construct a resolution from a
key and 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. |
static MongoJsonSchema.ConflictResolutionFunction.Resolution |
MongoJsonSchema.ConflictResolutionFunction.Resolution.skip()
Obtain a
MongoJsonSchema.ConflictResolutionFunction.Resolution that will skip the entry and proceed computation. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.