Package | Description |
---|---|
org.dozer.vo.interfacerecursion |
Modifier and Type | Interface and Description |
---|---|
interface |
AnotherLevelTwo |
interface |
LevelOne |
interface |
LevelTwo |
interface |
UserSub |
Modifier and Type | Class and Description |
---|---|
class |
AnotherLevelTwoImpl |
class |
LevelOneImpl |
class |
LevelTwoImpl |
class |
UserImpl |
Modifier and Type | Method and Description |
---|---|
Set<User> |
UserGroupImpl.getUsers() |
Set<User> |
UserGroup.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupImpl.addUser(User aUser) |
void |
UserGroup.addUser(User aUser) |
Modifier and Type | Method and Description |
---|---|
void |
UserGroupImpl.setUsers(Set<User> aUsers) |
void |
UserGroup.setUsers(Set<User> aUsers) |
Copyright © 2005-2014 dozer. All Rights Reserved.