Uses of Interface
org.sonatype.guice.bean.reflect.BeanProperty

Packages that use BeanProperty
org.sonatype.guice.bean.inject Custom bean injection. 
org.sonatype.guice.bean.reflect Bean reflection and introspection. 
org.sonatype.guice.plexus.binders   
org.sonatype.guice.plexus.config   
org.sonatype.guice.plexus.scanners   
 

Uses of BeanProperty in org.sonatype.guice.bean.inject
 

Methods in org.sonatype.guice.bean.inject with parameters of type BeanProperty
<T> PropertyBinding
PropertyBinder.bindProperty(BeanProperty<T> property)
          Returns the appropriate PropertyBinding for the given bean property.
 

Uses of BeanProperty in org.sonatype.guice.bean.reflect
 

Methods in org.sonatype.guice.bean.reflect that return types with arguments of type BeanProperty
 java.util.Iterator<BeanProperty<java.lang.Object>> BeanProperties.iterator()
           
 

Uses of BeanProperty in org.sonatype.guice.plexus.binders
 

Methods in org.sonatype.guice.plexus.binders with parameters of type BeanProperty
 PropertyBinding PlexusBeanManager.manage(BeanProperty<?> property)
          Decides whether the given bean property will be managed by this manager.
 

Uses of BeanProperty in org.sonatype.guice.plexus.config
 

Methods in org.sonatype.guice.plexus.config with parameters of type BeanProperty
 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 PlexusBeanMetadata.getRequirement(BeanProperty<?> property)
          Returns @Requirement metadata for the given property of the Plexus bean.
 

Uses of BeanProperty in org.sonatype.guice.plexus.scanners
 

Methods in org.sonatype.guice.plexus.scanners with parameters of type BeanProperty
 org.codehaus.plexus.component.annotations.Configuration PlexusAnnotatedMetadata.getConfiguration(BeanProperty<?> property)
           
 org.codehaus.plexus.component.annotations.Requirement PlexusAnnotatedMetadata.getRequirement(BeanProperty<?> property)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.