Uses of Interface
org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of MongoJsonSchema.ConflictResolutionFunction in org.springframework.data.mongodb.core.schema
Modifier and TypeMethodDescriptionstatic MongoJsonSchema
MongoJsonSchema.merge
(MongoJsonSchema.ConflictResolutionFunction mergeFunction, MongoJsonSchema... sources) Create a newMongoJsonSchema
merging properties from the given sources.default MongoJsonSchema
MongoJsonSchema.mergeWith
(Collection<MongoJsonSchema> sources, MongoJsonSchema.ConflictResolutionFunction conflictResolutionFunction) Create a newMongoJsonSchema
merging properties from the given sources.