
nomark-example.2.5.9.source-code.dozerMappingLight-generated.xml Maven / Gradle / Ivy
<?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