Class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
- java.lang.Object
-
- org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
-
- Enclosing class:
- AnnotationInjectedBeanPostProcessor<A extends java.lang.annotation.Annotation>
public class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnnotatedFieldElement(java.lang.reflect.Field field, A annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
inject(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs)
-
-
-
Constructor Detail
-
AnnotatedFieldElement
protected AnnotatedFieldElement(java.lang.reflect.Field field, A annotation)
-
-
Method Detail
-
inject
protected void inject(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs) throws java.lang.Throwable
- Overrides:
inject
in classorg.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
- Throws:
java.lang.Throwable
-
-