X
- public class AnnotatedFieldImpl<X> extends Object implements javax.enterprise.inject.spi.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() |
javax.enterprise.inject.spi.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, wait
protected final Member javaMember
public Field getJavaMember()
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 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 javax.enterprise.inject.spi.Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public Type getBaseType()
getBaseType
in interface javax.enterprise.inject.spi.Annotated
public Set<Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.