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.annotation
Classes in org.springframework.beans.factory.annotation that implement BeanWiringInfoResolverModifier and TypeClassDescriptionclass
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 BeanWiringInfoResolverModifier and TypeClassDescriptionclass
Simple default implementation of theBeanWiringInfoResolver
interface, 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 BeanWiringInfoResolver
BeanConfigurerSupport.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 TypeMethodDescriptionvoid
BeanConfigurerSupport.setBeanWiringInfoResolver
(BeanWiringInfoResolver beanWiringInfoResolver) Set theBeanWiringInfoResolver
to use.