| Package | Description |
|---|---|
| org.eclipse.sisu.bean |
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<BeanProperty<java.lang.Object>> |
BeanProperties.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> PropertyBinding |
PropertyBinder.bindProperty(BeanProperty<T> property) |
Returns the appropriate
PropertyBinding for the given bean property. |
PropertyBinding |
BeanManager.manage(BeanProperty<?> property) |
Asks this manager to manage the given bean property.
|
PropertyBinding |
LifecycleManager.manage(BeanProperty<?> property) |