Class AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<M extends java.lang.reflect.Member>
- java.lang.Object
-
- org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
-
- io.microsphere.spring.beans.factory.annotation.AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<M>
-
- Type Parameters:
M
-Field
orMethod
- Enclosing class:
- AnnotatedInjectionBeanPostProcessor
public abstract static class AnnotatedInjectionBeanPostProcessor.AnnotationInjectedElement<M extends java.lang.reflect.Member> extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
AnnotationInjectionMetadata.InjectedElement
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AnnotationInjectedElement(M member, java.beans.PropertyDescriptor pd, org.springframework.core.annotation.AnnotationAttributes attributes, boolean required)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.core.annotation.AnnotationAttributes
getAttributes()
M
getInjectionPoint()
boolean
isRequired()
-
-
-
Constructor Detail
-
AnnotationInjectedElement
protected AnnotationInjectedElement(M member, java.beans.PropertyDescriptor pd, org.springframework.core.annotation.AnnotationAttributes attributes, boolean required)
-
-
Method Detail
-
getAttributes
public final org.springframework.core.annotation.AnnotationAttributes getAttributes()
-
isRequired
public final boolean isRequired()
-
getInjectionPoint
public final M getInjectionPoint()
-
-