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 SummaryFieldsModifier and TypeFieldDescriptionprotected ImportConfigurationprotected MetaClassprotected PropertyMappingprotected RawValuesSource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
 
-