Uses of Interface
com.evolveum.midpoint.model.api.util.MappingInspector
Packages that use MappingInspector
Package
Description
-
Uses of MappingInspector in com.evolveum.midpoint.model.api.util
Subinterfaces of MappingInspector in com.evolveum.midpoint.model.api.utilModifier and TypeInterfaceDescriptioninterface
Interface used to intercept the ModelContext as it passes through the computation.Fields in com.evolveum.midpoint.model.api.util declared as MappingInspectorMethods in com.evolveum.midpoint.model.api.util that return MappingInspector -
Uses of MappingInspector in com.evolveum.midpoint.model.common.util
Classes in com.evolveum.midpoint.model.common.util that implement MappingInspector -
Uses of MappingInspector in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return MappingInspector -
Uses of MappingInspector in com.evolveum.midpoint.model.impl.lens.projector.mappings
Methods in com.evolveum.midpoint.model.impl.lens.projector.mappings that return MappingInspectorModifier and TypeMethodDescription@NotNull MappingInspector
MappingEvaluator.EvaluationContext.mappingInspector()
Returns the value of themappingInspector
record component.Constructors in com.evolveum.midpoint.model.impl.lens.projector.mappings with parameters of type MappingInspectorModifierConstructorDescriptionEvaluationContext
(@NotNull ModelExpressionEnvironment.ExtraOptionsProvider<V, D> expressionEnvironmentExtraOptionsProvider, @NotNull MappingInspector mappingInspector) Creates an instance of aEvaluationContext
record class.