Class PropertyMappingContext
java.lang.Object
io.jmix.dataimport.property.populator.PropertyMappingContext
An object that contains info to get a result value of an entity property from the raw value
-
Field Summary
Modifier and TypeFieldDescriptionprotected ImportConfiguration
protected MetaClass
protected PropertyMapping
protected RawValuesSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsetImportConfiguration
(ImportConfiguration importConfiguration) setOwnerEntityMetaClass
(MetaClass ownerEntityMetaClass) setPropertyMapping
(PropertyMapping propertyMapping) setRawValuesSource
(RawValuesSource rawValuesSource)
-
Field Details
-
importConfiguration
-
rawValuesSource
-
ownerEntityMetaClass
-
propertyMapping
-
-
Constructor Details
-
PropertyMappingContext
-
-
Method Details
-
getImportConfiguration
-
setImportConfiguration
-
getRawValuesSource
-
setRawValuesSource
-
getOwnerEntityMetaClass
-
setOwnerEntityMetaClass
-
setPropertyMapping
-
getPropertyMapping
-
getRawValue
-
getMetaProperty
-