类的使用
io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
-
使用AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement的程序包 程序包 说明 io.microsphere.spring.beans.factory.annotation -
-
io.microsphere.spring.beans.factory.annotation中AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement的使用
参数类型为AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement的io.microsphere.spring.beans.factory.annotation中的方法 修饰符和类型 方法 说明 protected java.lang.Object
AnnotatedInjectionBeanPostProcessor. resolveInjectedFieldValue(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<java.lang.reflect.Field> fieldElement)
Resolve the injected-object as the value of the annotatedField
protected java.lang.Object[]
AnnotatedInjectionBeanPostProcessor. resolveInjectedMethodArguments(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<java.lang.reflect.Method> methodElement)
Resolve the injected-objects as the arguments of the annotatedmethod
-