Class UnbackedAnnotatedField<X>
java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember<X>
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedField<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedField<X>,jakarta.enterprise.inject.spi.AnnotatedMember<X>,Serializable
public class UnbackedAnnotatedField<X>
extends UnbackedAnnotatedMember<X>
implements jakarta.enterprise.inject.spi.AnnotatedField<X>, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotatedField(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, Field field, UnbackedAnnotatedType<X> declaringType) -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedField<X>of(jakarta.enterprise.inject.spi.AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) toString()Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember
getDeclaringType, isStaticMethods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedField
getAnnotationsMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
Constructor Details
-
UnbackedAnnotatedField
public UnbackedAnnotatedField(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, Field field, UnbackedAnnotatedType<X> declaringType)
-
-
Method Details