|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.portable.AnnotatedFieldImpl<X>
X - public class AnnotatedFieldImpl<X>
Implementation of AnnotatedField interface.
| Field Summary | |
|---|---|
protected Member |
javaMember
Member type |
| Method Summary | ||
|---|---|---|
protected void |
addAnnotation(Annotation annotation)
Adds new annotation to set. |
|
|
getAnnotation(Class<T> annotationType)
|
|
Set<Annotation> |
getAnnotations()
|
|
Type |
getBaseType()
|
|
AnnotatedType<X> |
getDeclaringType()
|
|
Field |
getJavaMember()
|
|
Set<Type> |
getTypeClosure()
|
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType)
|
|
boolean |
isStatic()
|
|
protected void |
setAnnotations(Annotation[] annotations)
Adds new annotation to set. |
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember |
|---|
getDeclaringType, isStatic |
| Methods inherited from interface javax.enterprise.inject.spi.Annotated |
|---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
| Field Detail |
|---|
protected final Member javaMember
| Method Detail |
|---|
public Field getJavaMember()
getJavaMember in interface AnnotatedField<X>getJavaMember in interface AnnotatedMember<X>public String toString()
public AnnotatedType<X> getDeclaringType()
getDeclaringType in interface AnnotatedMember<X>public boolean isStatic()
isStatic in interface AnnotatedMember<X>protected void addAnnotation(Annotation annotation)
annotation - new annotationprotected void setAnnotations(Annotation[] annotations)
annotation - new annotationpublic <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface Annotatedpublic Type getBaseType()
getBaseType in interface Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface Annotated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||