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 TypeClassDescriptionclassclassBaseItemMerger<T extends Item<?,?>> Provides common functionality for the majority for (non-trivial) item mergers.classThe generic item merger that follows these rules: 1.classIgnores the value in the source object.classDoes 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassA merger specific to resource definitions: creates inheritance relations between the same definitions (matched by kind and intent).