java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep.InboundsTarget<T>
Type Parameters:
T - type of the object
Direct Known Subclasses:
FullInboundsTarget, LimitedInboundsTarget

public abstract class InboundsTarget<T extends Containerable> extends Object
The target for the inbounds processing i.e. the object (focus, assignment, ...) into which the output of mappings will be put.
  • Method Details

    • getTargetRealValue

      @Nullable public T getTargetRealValue()