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

csv.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.common.types.Customer</class-a>
        <class-b>java.util.LinkedHashMap</class-b>
        <field>
            <a>firstName</a>
            <b key="firstName">this</b>
        </field>
        <field>
            <a>lastName</a>
            <b key="lastName">this</b>
        </field>
    </mapping>
    
</mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy