Package | Description |
---|---|
org.dozer.functional_tests |
Modifier and Type | Method and Description |
---|---|
RecursiveSelfMappingTest.SelfReferencingBean |
RecursiveSelfMappingTest.SelfReferencingBean.getOneToOne() |
RecursiveSelfMappingTest.SelfReferencingBean |
RecursiveSelfMappingTest.DetailBean.getOneToOne() |
Modifier and Type | Method and Description |
---|---|
List<RecursiveSelfMappingTest.SelfReferencingBean> |
RecursiveSelfMappingTest.ContainerBean.getBeans() |
Modifier and Type | Method and Description |
---|---|
void |
RecursiveSelfMappingTest.ContainerBean.add(RecursiveSelfMappingTest.SelfReferencingBean bean) |
void |
RecursiveSelfMappingTest.SelfReferencingBean.setOneToOne(RecursiveSelfMappingTest.SelfReferencingBean oneToOne) |
void |
RecursiveSelfMappingTest.DetailBean.setOneToOne(RecursiveSelfMappingTest.SelfReferencingBean oneToOne) |
Modifier and Type | Method and Description |
---|---|
void |
RecursiveSelfMappingTest.ContainerBean.setBeans(List<RecursiveSelfMappingTest.SelfReferencingBean> beans) |
Copyright © 2005-2014 dozer. All Rights Reserved.