Package | Description |
---|---|
org.eclipse.sisu.bean | |
org.eclipse.sisu.plexus |
Modifier and Type | Method and Description |
---|---|
Iterator<BeanProperty<Object>> |
BeanProperties.iterator() |
Modifier and Type | Method and Description |
---|---|
<T> PropertyBinding |
PropertyBinder.bindProperty(BeanProperty<T> property)
Returns the appropriate
PropertyBinding for the given bean property. |
Modifier and Type | Method and Description |
---|---|
Configuration |
PlexusAnnotatedMetadata.getConfiguration(BeanProperty<?> property) |
Configuration |
PlexusBeanMetadata.getConfiguration(BeanProperty<?> property)
Returns @
Configuration metadata for the given property of the Plexus bean. |
Requirement |
PlexusAnnotatedMetadata.getRequirement(BeanProperty<?> property) |
Requirement |
PlexusBeanMetadata.getRequirement(BeanProperty<?> property)
Returns @
Requirement metadata for the given property of the Plexus bean. |
PropertyBinding |
PlexusLifecycleManager.manage(BeanProperty property) |
PropertyBinding |
PlexusBeanManager.manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.
|
Copyright © 2013. All rights reserved.