类 AnnotationInjectedBeanPostProcessor.AnnotatedMethodElement
- java.lang.Object
-
- org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- com.alibaba.dubbo.config.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedMethodElement
-
- 封闭类:
- AnnotationInjectedBeanPostProcessor<A extends Annotation>
public class AnnotationInjectedBeanPostProcessor.AnnotatedMethodElement extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 A
getAnnotation()
Object
getInjectedBean()
Method
getMethod()
PropertyDescriptor
getPd()
-
-
-
方法详细资料
-
getMethod
public Method getMethod()
-
getAnnotation
public A getAnnotation()
-
getInjectedBean
public Object getInjectedBean()
-
getPd
public PropertyDescriptor getPd()
-
-