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