Uses of Interface
org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction
Packages that use MongoJsonSchema.ConflictResolutionFunction
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of MongoJsonSchema.ConflictResolutionFunction in org.springframework.data.mongodb.core.schema
Methods in org.springframework.data.mongodb.core.schema with parameters of type MongoJsonSchema.ConflictResolutionFunctionModifier and TypeMethodDescriptionstatic MongoJsonSchemaMongoJsonSchema.merge(MongoJsonSchema.ConflictResolutionFunction mergeFunction, MongoJsonSchema... sources) Create a newMongoJsonSchemamerging properties from the given sources.default MongoJsonSchemaMongoJsonSchema.mergeWith(Collection<MongoJsonSchema> sources, MongoJsonSchema.ConflictResolutionFunction conflictResolutionFunction) Create a newMongoJsonSchemamerging properties from the given sources.