站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.wiring.BeanWiringInfo (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.wiring.BeanWiringInfo

Packages that use BeanWiringInfo
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.beans.factory.wiring Mechanism to determine bean wiring metadata from a bean instance. 
 

Uses of BeanWiringInfo in org.springframework.beans.factory.annotation
 

Methods in org.springframework.beans.factory.annotation that return BeanWiringInfo
protected  BeanWiringInfo AnnotationBeanWiringInfoResolver.buildWiringInfo(Object beanInstance, Configurable annotation)
          Build the BeanWiringInfo for the given Configurable annotation.
 BeanWiringInfo AnnotationBeanWiringInfoResolver.resolveWiringInfo(Object beanInstance)
           
 

Uses of BeanWiringInfo in org.springframework.beans.factory.wiring
 

Methods in org.springframework.beans.factory.wiring that return BeanWiringInfo
 BeanWiringInfo ClassNameBeanWiringInfoResolver.resolveWiringInfo(Object beanInstance)
           
 BeanWiringInfo BeanWiringInfoResolver.resolveWiringInfo(Object beanInstance)
          Resolve the BeanWiringInfo for the given bean instance.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.