Class SimplePropertyMapping
java.lang.Object
io.jmix.dataimport.configuration.mapping.SimplePropertyMapping
- All Implemented Interfaces:
PropertyMapping
Mapping for the simple property of entity.
The following types of simple properties are supported:
- String
- Integer
- Double
- Long
- BigDecimal
- Boolean
- Date
- LocalDate
- Enumeration
-
Field Details
-
entityPropertyName
-
dataFieldName
-
-
Constructor Details
-
SimplePropertyMapping
-
-
Method Details
-
getDataFieldName
Description copied from interface:PropertyMapping
Gets a data field name.- Specified by:
getDataFieldName
in interfacePropertyMapping
- Returns:
- data field name
-
getEntityPropertyName
Description copied from interface:PropertyMapping
Gets an entity property name.- Specified by:
getEntityPropertyName
in interfacePropertyMapping
- Returns:
- entity property name
-