| 程序包 | 说明 |
|---|---|
| org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Class<?> |
AbstractBeanFactory.resolveBeanClass(RootBeanDefinition mbd,
String beanName,
Class<?>... typesToMatch)
Resolve the bean class for the specified bean definition,
resolving a bean class name into a Class reference (if necessary)
and storing the resolved Class in the bean definition for further use.
|