Uses of Class
io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
Packages that use AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement
-
Uses of AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement in io.microsphere.spring.beans.factory.annotation
Methods in io.microsphere.spring.beans.factory.annotation with parameters of type AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElementModifier and TypeMethodDescriptionprotected Object
AnnotatedInjectionBeanPostProcessor.resolveInjectedFieldValue
(Object bean, String beanName, org.springframework.beans.PropertyValues pvs, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<Field> fieldElement) Resolve the injected-object as the value of the annotatedField
protected Object[]
AnnotatedInjectionBeanPostProcessor.resolveInjectedMethodArguments
(Object bean, String beanName, org.springframework.beans.PropertyValues pvs, AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<Method> methodElement) Resolve the injected-objects as the arguments of the annotatedmethod