Uses of Interface
com.evolveum.midpoint.schema.merger.ItemMerger
-
Packages that use ItemMerger Package Description com.evolveum.midpoint.schema.merger Supports merging of (usually) configuration beans.com.evolveum.midpoint.schema.merger.objdef com.evolveum.midpoint.schema.merger.resource -
-
Uses of ItemMerger in com.evolveum.midpoint.schema.merger
Classes in com.evolveum.midpoint.schema.merger that implement ItemMerger Modifier and Type Class Description class
BaseItemMerger<T extends Item<?,?>>
Provides common functionality for the majority for (non-trivial) item mergers.class
GenericItemMerger
The generic item merger that follows these rules: 1.class
IgnoreSourceItemMerger
Ignores the value in the source object.class
RequiredItemMerger
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 ItemMerger Modifier and Type Method Description protected static PathKeyedMap<ItemMerger>
BaseMergeOperation. createPathMap(Map<ItemPath,ItemMerger> sourceMap)
Method parameters in com.evolveum.midpoint.schema.merger with type arguments of type ItemMerger Modifier and Type Method Description protected static PathKeyedMap<ItemMerger>
BaseMergeOperation. createPathMap(Map<ItemPath,ItemMerger> sourceMap)
Constructor parameters in com.evolveum.midpoint.schema.merger with type arguments of type ItemMerger Constructor Description GenericItemMerger(@Nullable OriginMarker originMarker, @NotNull PathKeyedMap<ItemMerger> childrenMergers)
-
Uses of ItemMerger in com.evolveum.midpoint.schema.merger.objdef
Classes in com.evolveum.midpoint.schema.merger.objdef that implement ItemMerger Modifier and Type Class Description class
LimitationsMerger
A merger specific toPropertyLimitationsType
. -
Uses of ItemMerger in com.evolveum.midpoint.schema.merger.resource
Classes in com.evolveum.midpoint.schema.merger.resource that implement ItemMerger Modifier and Type Class Description class
ObjectTypeDefinitionMerger
A merger specific to resource definitions: creates inheritance relations between the same definitions (matched by kind and intent).
-