Package org.jboss.weld.util.annotated
Class ForwardingWeldField<T,X>
- java.lang.Object
-
- org.jboss.weld.util.annotated.ForwardingAnnotated
-
- org.jboss.weld.util.annotated.ForwardingWeldAnnotated<T,S>
-
- org.jboss.weld.util.annotated.ForwardingWeldMember<T,X,Field>
-
- org.jboss.weld.util.annotated.ForwardingWeldField<T,X>
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedField<X>,javax.enterprise.inject.spi.AnnotatedMember<X>,EnhancedAnnotated<T,Field>,EnhancedAnnotatedField<T,X>,EnhancedAnnotatedMember<T,X,Field>
public abstract class ForwardingWeldField<T,X> extends ForwardingWeldMember<T,X,Field> implements EnhancedAnnotatedField<T,X>
-
-
Field Summary
-
Fields inherited from interface org.jboss.weld.annotated.enhanced.EnhancedAnnotated
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
-
-
Constructor Summary
Constructors Constructor Description ForwardingWeldField()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract EnhancedAnnotatedField<T,X>delegate()EnhancedAnnotatedType<X>getDeclaringType()Gets an abstraction of the declaring classFieldgetJavaMember()StringgetPropertyName()Gets the property name of the fieldbooleanisTransient()javax.enterprise.inject.spi.AnnotatedField<X>slim()Returns a lightweight implementation ofAnnotatedwith minimal memory footprint.-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingWeldAnnotated
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface org.jboss.weld.annotated.enhanced.EnhancedAnnotated
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStatic
-
-
-
-
Method Detail
-
delegate
protected abstract EnhancedAnnotatedField<T,X> delegate()
- Specified by:
delegatein classForwardingWeldMember<T,X,Field>
-
getDeclaringType
public EnhancedAnnotatedType<X> getDeclaringType()
Description copied from interface:EnhancedAnnotatedMemberGets an abstraction of the declaring class- Specified by:
getDeclaringTypein interfacejavax.enterprise.inject.spi.AnnotatedMember<T>- Specified by:
getDeclaringTypein interfaceEnhancedAnnotatedMember<T,X,Field>- Overrides:
getDeclaringTypein classForwardingWeldMember<T,X,Field>- Returns:
- The declaring class
-
getPropertyName
public String getPropertyName()
Description copied from interface:EnhancedAnnotatedFieldGets the property name of the field- Specified by:
getPropertyNamein interfaceEnhancedAnnotatedField<T,X>- Returns:
- The name
-
isTransient
public boolean isTransient()
- Specified by:
isTransientin interfaceEnhancedAnnotatedField<T,X>
-
getJavaMember
public Field getJavaMember()
-
slim
public javax.enterprise.inject.spi.AnnotatedField<X> slim()
Description copied from interface:EnhancedAnnotatedReturns a lightweight implementation ofAnnotatedwith minimal memory footprint.- Specified by:
slimin interfaceEnhancedAnnotated<T,X>- Specified by:
slimin interfaceEnhancedAnnotatedField<T,X>- Specified by:
slimin interfaceEnhancedAnnotatedMember<T,X,Field>- Overrides:
slimin classForwardingWeldMember<T,X,Field>- Returns:
- the slim version of this
Annotated
-
-