Class InboundMappingInContext<V extends PrismValue,D extends ItemDefinition<?>>
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.InboundMappingInContext<V,D>
- Type Parameters:
V- type of mapping output valueD- type of mapping output value definition (property, container, ...)
public class InboundMappingInContext<V extends PrismValue,D extends ItemDefinition<?>>
extends Object
Inbound mapping along with its
LensProjectionContext (if relevant).-
Constructor Summary
ConstructorsConstructorDescriptionInboundMappingInContext(@NotNull MappingImpl<V, D> mapping, @Nullable LensProjectionContext projectionContext) -
Method Summary
Modifier and TypeMethodDescription@Nullable LensContext<?>@NotNull MappingImpl<V,D> @Nullable LensProjectionContexttoString()
-
Constructor Details
-
InboundMappingInContext
public InboundMappingInContext(@NotNull @NotNull MappingImpl<V, D> mapping, @Nullable @Nullable LensProjectionContext projectionContext)
-
-
Method Details