Uses of Interface
org.eclipse.sisu.bean.BeanProperty
Packages that use BeanProperty
Package
Description
Customizable injection of bean properties, based on https://github.com/google/guice/wiki/CustomInjections.
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 BeanPropertyMethods in org.eclipse.sisu.bean with parameters of type BeanPropertyModifier and TypeMethodDescription<T> PropertyBindingPropertyBinder.bindProperty(BeanProperty<T> property) Returns the appropriatePropertyBindingfor the given bean property.BeanManager.manage(BeanProperty<?> property) Asks this manager to manage the given bean property.LifecycleManager.manage(BeanProperty<?> property) -
Uses of BeanProperty in org.eclipse.sisu.plexus
Methods in org.eclipse.sisu.plexus with parameters of type BeanPropertyModifier and TypeMethodDescriptionorg.codehaus.plexus.component.annotations.ConfigurationPlexusAnnotatedMetadata.getConfiguration(BeanProperty<?> property) org.codehaus.plexus.component.annotations.ConfigurationPlexusBeanMetadata.getConfiguration(BeanProperty<?> property) Returns @Configurationmetadata for the given property of the Plexus bean.org.codehaus.plexus.component.annotations.RequirementPlexusAnnotatedMetadata.getRequirement(BeanProperty<?> property) org.codehaus.plexus.component.annotations.RequirementPlexusBeanMetadata.getRequirement(BeanProperty<?> property) Returns @Requirementmetadata for the given property of the Plexus bean.PlexusLifecycleManager.manage(BeanProperty property)