Open schuettec opened 3 years ago
Omitting a read-only property in a mapper causes a misleading exception:
com.remondis.remap.MappingException: The get-method for property 'bruttoGewicht' in type <YADIYADI> is not a valid Java Bean property.
An exception that clearifies that a read-only property was omitted, would be better.
Omitting a read-only property in a mapper causes a misleading exception:
An exception that clearifies that a read-only property was omitted, would be better.