spring-framework / org.springframework.beans.factory.wiring / ClassNameBeanWiringInfoResolver

ClassNameBeanWiringInfoResolver

open class ClassNameBeanWiringInfoResolver : BeanWiringInfoResolver

Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name. This matches the default name of the bean in a Spring XML file if the bean tag's "id" attribute is not used.

Author
Rod Johnson

Author
Juergen Hoeller

Since
2.0

Constructors

<init>

ClassNameBeanWiringInfoResolver()

Simple default implementation of the BeanWiringInfoResolver interface, looking for a bean with the same name as the fully-qualified class name. This matches the default name of the bean in a Spring XML file if the bean tag's "id" attribute is not used.

Functions

resolveWiringInfo

open fun resolveWiringInfo(beanInstance: Any): BeanWiringInfo