All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dozer.dozer-mappings.xml Maven / Gradle / Ivy

There is a newer version: 12.0.0
Show newest version
<mappings xmlns="http://dozer.sourceforge.net" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://dozer.sourceforge.net  http://dozer.sourceforge.net/schema/beanmapping.xsd">
    
    <mapping>
        <class-a>org.wildfly.camel.test.dozer.subA.CustomerA</class-a>
        <class-b>org.wildfly.camel.test.dozer.subA.CustomerB</class-b>
        <field>
            <a>street</a>
            <b>address.street</b>
        </field>
        <field>
            <a>zip</a>
            <b>address.zip</b>
        </field>
    </mapping>
    
</mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy