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

nomark-example.2.5.6.source-code.dozerMappingLight-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.TransferAddressLight</class-b>

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


  <mapping>
    <class-a>com.agimatec.annomark.example.model.CvPostcode</class-a>
    <class-b>com.agimatec.annomark.example.transfer.TransferPostcodeLight</class-b>

  </mapping>


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

  </mapping>


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

  </mapping>


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

  </mapping>


</mappings>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy