public class DynamicLookupInjectionPoint extends ForwardingInjectionPoint implements java.io.Serializable
1.1 5.5.7,
Serialized Form| Constructor and Description |
|---|
DynamicLookupInjectionPoint(InjectionPoint injectionPoint,
java.lang.reflect.Type type,
java.util.Set<java.lang.annotation.Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
protected InjectionPoint |
delegate() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers()
Get the required qualifiers of the injection point.
|
java.lang.reflect.Type |
getType()
Get the required type of injection point.
|
equals, getAnnotated, getBean, getMember, hashCode, isDelegate, isTransient, toStringpublic DynamicLookupInjectionPoint(InjectionPoint injectionPoint, java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> qualifiers)
protected InjectionPoint delegate()
delegate in class ForwardingInjectionPointpublic java.lang.reflect.Type getType()
InjectionPointgetType in interface InjectionPointgetType in class ForwardingInjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
InjectionPointgetQualifiers in interface InjectionPointgetQualifiers in class ForwardingInjectionPointCopyright © 2015. All Rights Reserved.