ma.glasnost.orika.examples
Class Example2TestCase
java.lang.Object
ma.glasnost.orika.examples.Example2TestCase
public class Example2TestCase
- extends Object
- Author:
- matt.deboer@gmail.com
|
Method Summary |
void |
map()
How to map the
1. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Example2TestCase
public Example2TestCase()
map
public void map()
- How to map the
1. A.p1 -> b.p1
2. A.p2 -> b.p2
3. A.a1.Pa11 -> B1.Pb11.
4. A.a1.Pa12 -> B1.Pb12
5. A.a2.Pa11 -> B2.Pb11.
6. A.a2.Pa12 -> B2.Pb12
Copyright © 2012 Glasnost. All Rights Reserved.