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
FieldsModifier and TypeFieldDescriptionprotected ImportConfigurationprotected MetaClassprotected PropertyMappingprotected RawValuesSource - 
Constructor Summary
Constructors - 
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
 
 -