public class BeanFactory extends Object
| 构造器和说明 |
|---|
BeanFactory() |
public static Object getBean(String name) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic static <T> T getBean(String name, Class<T> requiredType) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionpublic static <T> T getBean(Class<T> requiredType) throws org.springframework.beans.BeansException
org.springframework.beans.BeansExceptionCopyright © 2016. All rights reserved.