Tests a scenario where the destination members are fulfilled from various parts of the source object graph. Requires the loose matching strategy.
Entity DTO A a; A1 aa B b; B1 bb; C c; C1 c; D d; D1 dd; E e; E1 e; F f; F1 f; G g; G1 g; Entity=>DTO a.c->aa.bb.c d.e->aa.dd.e d.e.f->aa.dd.f g->aa.dd.g
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.