public class InjectionPointImpl extends Object implements InjectionPoint, Serializable
| Constructor and Description |
|---|
InjectionPointImpl(Bean<?> ownerBean,
Type type,
Collection<Annotation> qualifiers,
Annotated annotated,
Member member,
boolean delegate,
boolean isTransient) |
| Modifier and Type | Method and Description |
|---|---|
Annotated |
getAnnotated() |
Bean<?> |
getBean() |
Member |
getMember() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
boolean |
isDelegate() |
boolean |
isTransient() |
String |
toString() |
public InjectionPointImpl(Bean<?> ownerBean, Type type, Collection<Annotation> qualifiers, Annotated annotated, Member member, boolean delegate, boolean isTransient)
public Bean<?> getBean()
getBean in interface InjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Member getMember()
getMember in interface InjectionPointpublic Type getType()
getType in interface InjectionPointpublic Annotated getAnnotated()
getAnnotated in interface InjectionPointpublic boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.