com.googlecode.jmapper.config.TestJMapper.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmapper-core Show documentation
Show all versions of jmapper-core Show documentation
JMapper Framework is a java bean mapper based on javassist. JMapper exposes
interesting features as relational mapping, dynamic conversions and more
<jmapper> <class name="it.jmapper.bean.Destination"> <attribute name="id"> <value name="id"/> </attribute> <attribute name="destinationField"> <value name="sourceField"/> </attribute> </class> </jmapper>