|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WeldField<T,X>
AnnotatedField provides a uniform access to the annotations on an annotated field
Field Summary |
---|
Fields inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS |
Method Summary | |
---|---|
T |
get(Object instance)
|
String |
getPropertyName()
Gets the property name of the field |
boolean |
isTransient()
|
void |
set(Object declaringInstance,
Object value)
Injects an instance |
Methods inherited from interface org.jboss.weld.introspector.WeldMember |
---|
getDeclaringType |
Methods inherited from interface org.jboss.weld.introspector.WeldAnnotated |
---|
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic |
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedField |
---|
getJavaMember |
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember |
---|
isStatic |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Method Detail |
---|
void set(Object declaringInstance, Object value) throws IllegalArgumentException, IllegalAccessException
declaringInstance
- The instance to inject intovalue
- The value to inject
IllegalArgumentException
IllegalAccessException
T get(Object instance)
String getPropertyName()
boolean isTransient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |