Uses of Interface
com.evolveum.midpoint.schema.merger.ItemMerger
Packages that use ItemMerger
Package
Description
Supports merging of (usually) configuration beans.
-
Uses of ItemMerger in com.evolveum.midpoint.schema.merger
Classes in com.evolveum.midpoint.schema.merger that implement ItemMergerModifier and TypeClassDescriptionclass
class
BaseItemMerger<T extends Item<?,
?>> Provides common functionality for the majority for (non-trivial) item mergers.class
The generic item merger that follows these rules: 1.class
Ignores the value in the source object.class
Does no actual data movement; just requires that the value does exist in the target object.Methods in com.evolveum.midpoint.schema.merger that return types with arguments of type ItemMergerModifier and TypeMethodDescriptionprotected static PathKeyedMap<ItemMerger>
BaseMergeOperation.createPathMap
(Map<ItemPath, ItemMerger> sourceMap) Method parameters in com.evolveum.midpoint.schema.merger with type arguments of type ItemMergerModifier and TypeMethodDescriptionprotected static PathKeyedMap<ItemMerger>
BaseMergeOperation.createPathMap
(Map<ItemPath, ItemMerger> sourceMap) Constructor parameters in com.evolveum.midpoint.schema.merger with type arguments of type ItemMergerModifierConstructorDescriptionGenericItemMerger
(@Nullable OriginMarker originMarker, @NotNull PathKeyedMap<ItemMerger> childrenMergers) -
Uses of ItemMerger in com.evolveum.midpoint.schema.merger.assignment
Classes in com.evolveum.midpoint.schema.merger.assignment that implement ItemMergerModifier and TypeClassDescriptionclass
A merger specific to assignment: creates inheritance relations between the same assignments (matched by kind and intent). -
Uses of ItemMerger in com.evolveum.midpoint.schema.merger.objdef
Classes in com.evolveum.midpoint.schema.merger.objdef that implement ItemMerger -
Uses of ItemMerger in com.evolveum.midpoint.schema.merger.resource
Classes in com.evolveum.midpoint.schema.merger.resource that implement ItemMergerModifier and TypeClassDescriptionclass
A merger specific to resource definitions: creates inheritance relations between the same definitions (matched by kind and intent).