|
||||||||||
| 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 java.lang.reflect.Member |
javaMember
Member type |
| Method Summary | ||
|---|---|---|
protected void |
addAnnotation(java.lang.annotation.Annotation annotation)
Adds new annotation to set. |
|
|
getAnnotation(java.lang.Class<T> annotationType)
|
|
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations()
|
|
java.lang.reflect.Type |
getBaseType()
|
|
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType()
|
|
java.lang.reflect.Field |
getJavaMember()
|
|
java.util.Set<java.lang.reflect.Type> |
getTypeClosure()
|
|
protected WebBeansContext |
getWebBeansContext()
|
|
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
|
|
boolean |
isStatic()
|
|
protected void |
setAnnotations(java.lang.annotation.Annotation[] annotations)
Adds new annotation to set. |
|
java.lang.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 java.lang.reflect.Member javaMember
| Method Detail |
|---|
public java.lang.reflect.Field getJavaMember()
getJavaMember in interface javax.enterprise.inject.spi.AnnotatedField<X>getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<X>public java.lang.String toString()
public javax.enterprise.inject.spi.AnnotatedType<X> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>public boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<X>protected void addAnnotation(java.lang.annotation.Annotation annotation)
annotation - new annotationprotected WebBeansContext getWebBeansContext()
protected void setAnnotations(java.lang.annotation.Annotation[] annotations)
annotations - new annotationspublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic java.lang.reflect.Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic java.util.Set<java.lang.reflect.Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||