Uses of Class
com.evolveum.midpoint.model.common.mapping.AbstractMappingBuilder
-
Packages that use AbstractMappingBuilder Package Description com.evolveum.midpoint.model.common.mapping com.evolveum.midpoint.model.common.mapping.metadata -
-
Uses of AbstractMappingBuilder in com.evolveum.midpoint.model.common.mapping
Classes in com.evolveum.midpoint.model.common.mapping with type parameters of type AbstractMappingBuilder Modifier and Type Class Description classAbstractMappingBuilder<V extends PrismValue,D extends ItemDefinition<?>,MBT extends AbstractMappingType,RT extends AbstractMappingBuilder<V,D,MBT,RT>>Builder is used to construct a configuration of Mapping object, which - after building - becomes immutable.Subclasses of AbstractMappingBuilder in com.evolveum.midpoint.model.common.mapping Modifier and Type Class Description classMappingBuilder<V extends PrismValue,D extends ItemDefinition<?>>Builder for (traditional) data mappings.Constructors in com.evolveum.midpoint.model.common.mapping with parameters of type AbstractMappingBuilder Constructor Description AbstractMappingImpl(AbstractMappingBuilder<V,D,MBT,?> builder) -
Uses of AbstractMappingBuilder in com.evolveum.midpoint.model.common.mapping.metadata
Subclasses of AbstractMappingBuilder in com.evolveum.midpoint.model.common.mapping.metadata Modifier and Type Class Description classMetadataMappingBuilder<V extends PrismValue,D extends ItemDefinition<?>>TODO
-