Class MappingEvaluationRequest<V extends PrismValue,D extends ItemDefinition<?>>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.MappingEvaluationRequest<V,D>
- Type Parameters:
V- type of mapping output valueD- type of mapping output value definition (property, container, ...)
public class MappingEvaluationRequest<V extends PrismValue,D extends ItemDefinition<?>>
extends Object
Everything needed to evaluate already prepared inbound mapping.
-
Constructor Summary
ConstructorsConstructorDescriptionMappingEvaluationRequest(@NotNull MappingImpl<V, D> mapping, boolean sourceIsBeingDeleted, @Nullable LensProjectionContext projectionContext) -
Method Summary
-
Constructor Details
-
MappingEvaluationRequest
public MappingEvaluationRequest(@NotNull @NotNull MappingImpl<V, D> mapping, boolean sourceIsBeingDeleted, @Nullable @Nullable LensProjectionContext projectionContext)
-
-
Method Details