Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotatedField
Packages that use EnhancedAnnotatedField
Package
Description
-
Uses of EnhancedAnnotatedField in org.jboss.weld.annotated.enhanced
Methods in org.jboss.weld.annotated.enhanced that return EnhancedAnnotatedFieldModifier and TypeMethodDescription<F> EnhancedAnnotatedField<F,?> EnhancedAnnotatedType.getDeclaredEnhancedField(String fieldName) Get a field by nameMethods in org.jboss.weld.annotated.enhanced that return types with arguments of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionCollection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedType.getDeclaredEnhancedFields()Gets all fields declared on this class only.Collection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedType.getDeclaredEnhancedFields(Class<? extends Annotation> annotationType) Gets all fields which are annotated with the given annotation type on this class only.Collection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedType.getEnhancedFields()Gets all fields on the typeEnhancedAnnotatedType.getEnhancedFields(Class<? extends Annotation> annotationType) Gets all fields which are annotated with the given annotation type on this class and all super classes -
Uses of EnhancedAnnotatedField in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedFieldModifier and TypeClassDescriptionclassRepresents an annotated fieldMethods in org.jboss.weld.annotated.enhanced.jlr that return EnhancedAnnotatedFieldModifier and TypeMethodDescription<F> EnhancedAnnotatedField<F,?> EnhancedAnnotatedTypeImpl.getDeclaredEnhancedField(String fieldName) Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionCollection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedTypeImpl.getDeclaredEnhancedFields()Collection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedTypeImpl.getDeclaredEnhancedFields(Class<? extends Annotation> annotationType) Collection<EnhancedAnnotatedField<?,? super T>> EnhancedAnnotatedTypeImpl.getEnhancedFields()Gets the abstracted fields of the classEnhancedAnnotatedTypeImpl.getEnhancedFields(Class<? extends Annotation> annotationType) Gets the abstracted field annotated with a specific annotation type -
Uses of EnhancedAnnotatedField in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return EnhancedAnnotatedFieldModifier and TypeMethodDescriptionEnhancedAnnotatedField<T,? super X> ProducerField.getEnhancedAnnotated()Gets the annotated item representing the fieldMethods in org.jboss.weld.bean with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionstatic StringBeanIdentifiers.forProducerField(EnhancedAnnotatedField<?, ?> field, AbstractClassBean<?> declaringBean) static <X,T> ProducerField<X, T> ProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl beanManager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Creates a producer fieldConstructors in org.jboss.weld.bean with parameters of type EnhancedAnnotatedFieldModifierConstructorDescriptionprotectedProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Constructor -
Uses of EnhancedAnnotatedField in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionprotected ResourceInjection<T>StaticEEResourceProducerField.getResourceInjection(EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager) static <X,T> EEResourceProducerField<X, T> EEResourceProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Creates an EE resource producer fieldstatic <X,T> StaticEEResourceProducerField<X, T> StaticEEResourceProducerField.of(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) Constructors in org.jboss.weld.bean.builtin.ee with parameters of type EnhancedAnnotatedFieldModifierConstructorDescriptionprotectedEEResourceProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) protectedStaticEEResourceProducerField(jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, EnhancedAnnotatedField<T, ? super X> field, AbstractClassBean<X> declaringBean, DisposalMethod<X, ?> disposalMethod, BeanManagerImpl manager, org.jboss.weld.bootstrap.api.ServiceRegistry services) -
Uses of EnhancedAnnotatedField in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionprotected <X,T> void AbstractBeanDeployer.createProducerField(AbstractClassBean<X> declaringBean, EnhancedAnnotatedField<T, ? super X> field) -
Uses of EnhancedAnnotatedField in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescription<T,X> FieldInjectionPoint<T, X> InjectionPointFactory.createFieldInjectionPoint(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringComponentClass, BeanManagerImpl manager) Creates a newFieldInjectionPointand fires theProcessInjectionPointevent.Method parameters in org.jboss.weld.injection with type arguments of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionprotected <T> Set<ResourceInjection<?>>ResourceInjectionProcessor.createResourceInjections(Iterable<EnhancedAnnotatedField<?, ? super T>> fields, Iterable<EnhancedAnnotatedMethod<?, ? super T>> methods, jakarta.enterprise.inject.spi.Bean<?> declaringBean, Class<?> declaringClass, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedField in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionstatic <T,X> InferringFieldInjectionPointAttributes<T, X> InferringFieldInjectionPointAttributes.of(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) Constructors in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedFieldModifierConstructorDescriptionprotectedInferringFieldInjectionPointAttributes(EnhancedAnnotatedField<T, X> field, jakarta.enterprise.inject.spi.Bean<?> bean, Class<?> declaringComponentClass, BeanManagerImpl manager) -
Uses of EnhancedAnnotatedField in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer with parameters of type EnhancedAnnotatedFieldModifier and TypeMethodDescriptionprotected voidProducerFieldProducer.checkProducerField(EnhancedAnnotatedField<T, ? super X> enhancedField) Constructors in org.jboss.weld.injection.producer with parameters of type EnhancedAnnotatedFieldModifierConstructorDescriptionProducerFieldProducer(EnhancedAnnotatedField<T, ? super X> enhancedField, DisposalMethod<?, ?> disposalMethod)