Uses of Interface
org.springframework.data.mongodb.core.schema.MongoJsonSchema.ConflictResolutionFunction.Resolution
Packages that use MongoJsonSchema.ConflictResolutionFunction.Resolution
Package
Description
MongoDB-specific JSON schema implementation classes.
-
Uses of MongoJsonSchema.ConflictResolutionFunction.Resolution in org.springframework.data.mongodb.core.schema
Fields in org.springframework.data.mongodb.core.schema declared as MongoJsonSchema.ConflictResolutionFunction.ResolutionModifier and TypeFieldDescriptionMongoJsonSchema.ConflictResolutionFunction.Resolution.SKIPResolutionMethods in org.springframework.data.mongodb.core.schema that return MongoJsonSchema.ConflictResolutionFunction.ResolutionModifier and TypeMethodDescriptionConstruct a resolution from akeyandvalue.MongoJsonSchema.ConflictResolutionFunction.Resolution.ofValue(MongoJsonSchema.ConflictResolutionFunction.Path path, Object value) Construct a resolution for aMongoJsonSchema.ConflictResolutionFunction.Pathusing the givenvalue.MongoJsonSchema.ConflictResolutionFunction.resolveConflict(MongoJsonSchema.ConflictResolutionFunction.Path path, Object left, Object right) Resolve the conflict for two values under the samepath.MongoJsonSchema.ConflictResolutionFunction.Resolution.skip()Obtain aMongoJsonSchema.ConflictResolutionFunction.Resolutionthat will skip the entry and proceed computation.