| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.schema |
MongoDB-specific JSON schema implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
static MongoJsonSchema |
MongoJsonSchema.merge(MongoJsonSchema.ConflictResolutionFunction mergeFunction,
MongoJsonSchema... sources)
Create a new
MongoJsonSchema merging properties from the given sources. |
default MongoJsonSchema |
MongoJsonSchema.mergeWith(Collection<MongoJsonSchema> sources,
MongoJsonSchema.ConflictResolutionFunction conflictResolutionFunction)
Create a new
MongoJsonSchema merging properties from the given sources. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.