19 lines
757 B
XML
19 lines
757 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mappings xmlns="http://dozermapper.github.io/schema/bean-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://dozermapper.github.io/schema/bean-mapping https://dozermapper.github.io/schema/bean-mapping.xsd">
|
|
|
|
<configuration>
|
|
<stop-on-errors>true</stop-on-errors>
|
|
<date-format>MM/dd/yyyy HH:mm</date-format>
|
|
<wildcard>true</wildcard>
|
|
</configuration>
|
|
|
|
<mapping>
|
|
<class-a>com.baeldung.performancetests.model.source.SourceOrder</class-a>
|
|
<class-b>com.baeldung.performancetests.model.destination.Order</class-b>
|
|
<field>
|
|
<a>status</a>
|
|
<b>orderStatus</b>
|
|
</field>
|
|
</mapping>
|
|
</mappings> |