Uses of Class
io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
-
Packages that use AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement Package Description io.microsphere.spring.beans.factory.annotation -
-
Uses of AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement in io.microsphere.spring.beans.factory.annotation
Methods in io.microsphere.spring.beans.factory.annotation with parameters of type AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement Modifier and Type Method Description 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
-