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

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

The Spring Framework

Uses of Interface
org.springframework.beans.factory.wiring.BeanWiringInfoResolver

Packages that use BeanWiringInfoResolver
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 BeanWiringInfoResolver in org.springframework.beans.factory.annotation
 

Classes in org.springframework.beans.factory.annotation that implement BeanWiringInfoResolver
 class AnnotationBeanWiringInfoResolver
          BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring.
 

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

Classes in org.springframework.beans.factory.wiring that implement BeanWiringInfoResolver
 class ClassNameBeanWiringInfoResolver
          Simple default implementation, which looks for a bean with the same name as the fully-qualified class name.
 

Methods in org.springframework.beans.factory.wiring with parameters of type BeanWiringInfoResolver
 void BeanConfigurerSupport.setBeanWiringInfoResolver(BeanWiringInfoResolver beanWiringInfoResolver)
          Set the BeanWiringInfoResolver to use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.