类 BaseAutowiredBeanPostProcessor.AnnotatedInjectElement
- java.lang.Object
-
- org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- com.burukeyou.smartdi.register.BaseAutowiredBeanPostProcessor.AnnotatedInjectElement
-
protected class BaseAutowiredBeanPostProcessor.AnnotatedInjectElement extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
-
字段概要
字段 修饰符和类型 字段 说明 protected AnnotationMetaannotationMeta
-
构造器概要
构造器 限定符 构造器 说明 protectedAnnotatedInjectElement(Member member, PropertyDescriptor pd, AnnotationMeta annotationMeta)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AnnotationMetagetAnnotationMeta()Class<?>getInjectedTypeFormMember()protected voidinject(Object bean, String beanName, org.springframework.beans.PropertyValues pvs)
-
-
-
字段详细资料
-
annotationMeta
protected final AnnotationMeta annotationMeta
-
-
构造器详细资料
-
AnnotatedInjectElement
protected AnnotatedInjectElement(Member member, PropertyDescriptor pd, AnnotationMeta annotationMeta)
-
-
方法详细资料
-
inject
protected void inject(Object bean, String beanName, org.springframework.beans.PropertyValues pvs) throws Throwable
- 覆盖:
inject在类中org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement- 抛出:
Throwable
-
getInjectedTypeFormMember
public Class<?> getInjectedTypeFormMember() throws ClassNotFoundException
-
getAnnotationMeta
public AnnotationMeta getAnnotationMeta()
-
-