Uses of Interface
org.springframework.beans.factory.wiring.BeanWiringInfoResolver
Packages that use BeanWiringInfoResolver
Package
Description
Support package for annotation-driven bean configuration.
Mechanism to determine bean wiring metadata from a bean instance.
- 
Uses of BeanWiringInfoResolver in org.springframework.beans.factory.annotationClasses in org.springframework.beans.factory.annotation that implement BeanWiringInfoResolverModifier and TypeClassDescriptionclassBeanWiringInfoResolverthat uses the Configurable annotation to identify which classes need autowiring.
- 
Uses of BeanWiringInfoResolver in org.springframework.beans.factory.wiringClasses in org.springframework.beans.factory.wiring that implement BeanWiringInfoResolverModifier and TypeClassDescriptionclassSimple default implementation of theBeanWiringInfoResolverinterface, looking for a bean with the same name as the fully-qualified class name.Methods in org.springframework.beans.factory.wiring that return BeanWiringInfoResolverModifier and TypeMethodDescriptionprotected BeanWiringInfoResolverBeanConfigurerSupport.createDefaultBeanWiringInfoResolver()Create the default BeanWiringInfoResolver to be used if none was specified explicitly.Methods in org.springframework.beans.factory.wiring with parameters of type BeanWiringInfoResolverModifier and TypeMethodDescriptionvoidBeanConfigurerSupport.setBeanWiringInfoResolver(BeanWiringInfoResolver beanWiringInfoResolver) Set theBeanWiringInfoResolverto use.