Interface MongoJsonSchema.ConflictResolutionFunction.Resolution

All Superinterfaces:
Map.Entry<String,Object>
Enclosing interface:
MongoJsonSchema.ConflictResolutionFunction

public static interface MongoJsonSchema.ConflictResolutionFunction.Resolution extends Map.Entry<String,Object>
The result after processing a conflict when merging schemas. May indicate to skip the entry entirely.
Since:
3.4
Author:
Christoph Strobl