Uses of Interface
org.eclipse.sisu.bean.BeanProperty
-
Packages that use BeanProperty Package Description org.eclipse.sisu.bean Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.org.eclipse.sisu.plexus Sisu-Plexus backend implementation. -
-
Uses of BeanProperty in org.eclipse.sisu.bean
Methods in org.eclipse.sisu.bean that return types with arguments of type BeanProperty Modifier and Type Method Description Iterator<BeanProperty<Object>>
BeanProperties. iterator()
Methods in org.eclipse.sisu.bean with parameters of type BeanProperty Modifier and Type Method Description <T> PropertyBinding
PropertyBinder. bindProperty(BeanProperty<T> property)
Returns the appropriatePropertyBinding
for the given bean property.PropertyBinding
BeanManager. manage(BeanProperty<?> property)
Asks this manager to manage the given bean property.PropertyBinding
LifecycleManager. manage(BeanProperty<?> property)
-
Uses of BeanProperty in org.eclipse.sisu.plexus
Methods in org.eclipse.sisu.plexus with parameters of type BeanProperty Modifier and Type Method Description org.codehaus.plexus.component.annotations.Configuration
PlexusAnnotatedMetadata. getConfiguration(BeanProperty<?> property)
org.codehaus.plexus.component.annotations.Configuration
PlexusBeanMetadata. getConfiguration(BeanProperty<?> property)
Returns @Configuration
metadata for the given property of the Plexus bean.org.codehaus.plexus.component.annotations.Requirement
PlexusAnnotatedMetadata. getRequirement(BeanProperty<?> property)
org.codehaus.plexus.component.annotations.Requirement
PlexusBeanMetadata. getRequirement(BeanProperty<?> property)
Returns @Requirement
metadata for the given property of the Plexus bean.PropertyBinding
PlexusLifecycleManager. manage(BeanProperty property)
-