类 AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
- java.lang.Object
-
- org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
- 封闭类:
- AnnotationInjectedBeanPostProcessor<A extends java.lang.annotation.Annotation>
public class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
-
构造器概要
构造器 限定符 构造器 说明 protected
AnnotatedFieldElement(java.lang.reflect.Field field, A annotation)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected void
inject(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs)
-
-
-
构造器详细资料
-
AnnotatedFieldElement
protected AnnotatedFieldElement(java.lang.reflect.Field field, A annotation)
-
-