public class AnnotationBeanReader extends AbstractBeanReader
beanDefinitions| 构造器和说明 |
|---|
AnnotationBeanReader() |
AnnotationBeanReader(String file) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected BeanDefinition |
componentParser(Class<?> c) |
protected BeanDefinition |
getBeanDefinition(Class<?> c) |
protected Method |
getInitMethod(Class<?> c) |
protected Constructor<?> |
getInjectConstructor(Class<?> c) |
protected List<Field> |
getInjectField(Class<?> c) |
protected List<Method> |
getInjectMethod(Class<?> c) |
error, loadBeanDefinitionspublic AnnotationBeanReader()
public AnnotationBeanReader(String file)
protected BeanDefinition getBeanDefinition(Class<?> c)
protected BeanDefinition componentParser(Class<?> c)
protected Constructor<?> getInjectConstructor(Class<?> c)
Copyright © 2016. All rights reserved.