X - public class AnnotatedFieldImpl<X> extends Object implements AnnotatedField<X>
AnnotatedField interface.| Modifier and Type | Field and Description |
|---|---|
protected Member |
javaMember
Member type
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnnotation(Annotation annotation)
Adds new annotation to set.
|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
protected Class<?> |
getDeclaringClass() |
AnnotatedType<X> |
getDeclaringType() |
Field |
getJavaMember() |
protected Class<?> |
getOwningClass() |
Set<Type> |
getTypeClosure() |
protected WebBeansContext |
getWebBeansContext() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isStatic() |
protected void |
setAnnotations(Annotation[] annotations)
Adds new annotation to set.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected final Member javaMember
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 Class<?> getOwningClass()
protected Class<?> getDeclaringClass()
protected void addAnnotation(Annotation annotation)
annotation - new annotationprotected WebBeansContext getWebBeansContext()
protected void setAnnotations(Annotation[] annotations)
annotations - new annotationspublic <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 AnnotatedCopyright © 2008–2014 The Apache Software Foundation. All rights reserved.