public class

ClassNameBeanWiringInfoResolver

extends Object
implements BeanWiringInfoResolver
java.lang.Object
   ↳ org.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver

Class Overview

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.

Summary

Public Constructors
ClassNameBeanWiringInfoResolver()
Public Methods
BeanWiringInfo resolveWiringInfo(Object beanInstance)
Resolve the BeanWiringInfo for the given bean instance.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.wiring.BeanWiringInfoResolver

Public Constructors

public ClassNameBeanWiringInfoResolver ()

Also: SpringBeans

Public Methods

public BeanWiringInfo resolveWiringInfo (Object beanInstance)

Also: SpringBeans

Resolve the BeanWiringInfo for the given bean instance.

Parameters
beanInstance the bean instance to resolve info for
Returns
  • the BeanWiringInfo, or null if not found