Uses of Class
com.evolveum.midpoint.model.common.mapping.AbstractMappingImpl
-
Packages that use AbstractMappingImpl Package Description com.evolveum.midpoint.model.common.mapping com.evolveum.midpoint.model.common.mapping.metadata -
-
Uses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mapping
Subclasses of AbstractMappingImpl in com.evolveum.midpoint.model.common.mapping Modifier and Type Class Description classMappingImpl<V extends PrismValue,D extends ItemDefinition<?>>(Traditional) data mapping.Methods in com.evolveum.midpoint.model.common.mapping that return AbstractMappingImpl Modifier and Type Method Description abstract 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 AbstractMappingImpl Constructor Description AbstractMappingImpl(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.metadata Modifier and Type Class Description classMetadataMappingImpl<V extends PrismValue,D extends ItemDefinition<?>>Evaluated or to-be-evaluated metadata mapping.
-