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

nomark-example.2.5.9.source-code.dozerMapping-generated.xml Maven / Gradle / Ivy

There is a newer version: 2.5.11
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mappings PUBLIC "-//DOZER//DTD MAPPINGS//EN"
    "http://dozer.sourceforge.net/dtd/dozerbeanmapping.dtd">

<mappings>
<!--
  CODE GENERATED BY "dozer-mapping.ftl" - DO NOT EDIT!
 -->
  <configuration>
    <stop-on-errors>true</stop-on-errors>
    <!-- default dateformat will apply to all class maps unless the class mapping explicitly overrides it -->
    <date-format>MM/dd/yyyy HH:mm</date-format>
    <!-- default wildcard policy that will apply to all class maps unless the class mapping explicitly overrides it -->
    <wildcard>true</wildcard>
  </configuration>


  <mapping>
    <class-a>com.agimatec.annomark.example.model.Address</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferAddress</class-b>

    <field>
        <a>field1</a>
        <b>street</b>
    </field>
  </mapping>


  <mapping>
    <class-a>com.agimatec.annomark.example.model.Card</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferCard</class-b>

  </mapping>


  <mapping>
    <class-a>com.agimatec.annomark.example.model.Privilege</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferPrivilege</class-b>

  </mapping>


  <mapping>
    <class-a>com.agimatec.annomark.example.model.Role</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferRole</class-b>

  </mapping>


  <mapping>
    <class-a>com.agimatec.annomark.example.model.UserCore</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferUser</class-b>

    <field>
        <a>email</a>
        <b>emailAddress</b>
    </field>
    <field type="one-way">
        <a>gender</a>
        <b>gender</b>
    </field>
    <field>
        <a set-method="addCard" type="iterate">cards</a>
        <b>cards</b>
        <a-hint>com.agimatec.annomark.example.model.Card</a-hint>
        <b-hint>com.agimatec.annomark.example.transfer.TransferCard</b-hint>
    </field>
  </mapping>


</mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy