|
||||||||||
| 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()
|
|
javax.enterprise.inject.spi.AnnotatedType<X> |
getDeclaringType()
|
|
Field |
getJavaMember()
|
|
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()
|
|
| 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 javax.enterprise.inject.spi.AnnotatedField<X>getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<X>public 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(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 javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends 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 | |||||||||