public abstract class ForwardingInjectionPoint extends Object implements InjectionPoint
| Constructor and Description |
|---|
ForwardingInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract InjectionPoint |
delegate() |
boolean |
equals(Object obj) |
Annotated |
getAnnotated() |
Bean<?> |
getBean() |
Member |
getMember() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
int |
hashCode() |
boolean |
isDelegate() |
boolean |
isTransient() |
String |
toString() |
protected abstract InjectionPoint delegate()
public Annotated getAnnotated()
getAnnotated in interface InjectionPointpublic Type getType()
getType in interface InjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic Member getMember()
getMember in interface InjectionPointpublic boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointCopyright © 2015. All Rights Reserved.