mappingLog property

List<EntityMappingLogEntry>? mappingLog
getter/setter pair

Entity mapping log entries.

Multiple rules can be effective and contribute changes to a converted entity, such as a rule can handle the entity name, another rule can handle an entity type. In addition, rules which did not change the entity are also logged along with the reason preventing them to do so.

Implementation

core.List<EntityMappingLogEntry>? mappingLog;