Package | Description |
---|---|
org.picocontainer.defaults | |
org.picocontainer.testmodel |
Modifier and Type | Class and Description |
---|---|
static class |
SetterInjectionComponentAdapterTestCase.DeadBody |
static class |
SetterInjectionComponentAdapterTestCase.Ghost |
static class |
SetterInjectionComponentAdapterTestCase.HidingPersion |
static class |
SetterInjectionComponentAdapterTestCase.WealthyPerson |
Modifier and Type | Field and Description |
---|---|
(package private) PersonBean |
PurseBean.owner |
private PersonBean |
CoupleBean.personA |
private PersonBean |
CoupleBean.personB |
Modifier and Type | Method and Description |
---|---|
PersonBean |
PurseBean.getOwner() |
PersonBean |
CoupleBean.getPersonA() |
PersonBean |
CoupleBean.getPersonB() |
Modifier and Type | Method and Description |
---|---|
void |
PurseBean.setOwner(PersonBean owner) |
Constructor and Description |
---|
CoupleBean(PersonBean a,
PersonBean b) |