Uses of Class
com.evolveum.midpoint.model.common.mapping.AbstractMappingImpl
Packages that use AbstractMappingImpl
Package
Description
-
Uses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mapping
Subclasses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mappingModifier and TypeClassDescriptionclassMappingImpl<V extends PrismValue,D extends ItemDefinition<?>> (Traditional) data mapping.Methods in com.evolveum.midpoint.model.common.mapping that return AbstractMappingImplModifier and TypeMethodDescriptionabstract AbstractMappingImpl<V,D, MBT> AbstractMappingBuilder.build()abstract AbstractMappingImpl<V,D, MBT> AbstractMappingImpl.clone()Shallow clone.Constructors in com.evolveum.midpoint.model.common.mapping with parameters of type AbstractMappingImplModifierConstructorDescriptionprotectedAbstractMappingImpl(AbstractMappingImpl<V, D, MBT> prototype) -
Uses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mapping.metadata
Subclasses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mapping.metadataModifier and TypeClassDescriptionclassMetadataMappingImpl<V extends PrismValue,D extends ItemDefinition<?>> Evaluated or to-be-evaluated metadata mapping.