Uses of Interface
javax.enterprise.inject.spi.AnnotatedField
-
-
Uses of AnnotatedField in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>ProcessProducerField. getAnnotatedProducerField()Returns theAnnotatedFieldrepresenting the producer field.Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super X>>AnnotatedType. getFields()Get the fields of the type.Methods in javax.enterprise.inject.spi with parameters of type AnnotatedField Modifier and Type Method Description InjectionPointBeanManager. createInjectionPoint(AnnotatedField<?> field)Obtains a container provided implementation ofInjectionPointfor the givenAnnotatedField.<X> ProducerFactory<X>BeanManager. getProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean)An implementation ofProducerFactorythat provides container createdProducerinstances for the given field. -
Uses of AnnotatedField in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>AnnotatedFieldConfigurator. getAnnotated()Method parameters in javax.enterprise.inject.spi.configurator with type arguments of type AnnotatedField Modifier and Type Method Description default Stream<AnnotatedFieldConfigurator<? super T>>AnnotatedTypeConfigurator. filterFields(Predicate<AnnotatedField<? super T>> predicate) -
Uses of AnnotatedField in org.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedField in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedField<T,X>AnnotatedField provides a uniform access to the annotations on an annotated fieldMethods in org.jboss.weld.annotated.enhanced that return AnnotatedField Modifier and Type Method Description AnnotatedField<X>EnhancedAnnotatedField. slim()Returns a lightweight implementation ofAnnotatedFieldwith minimal memory footprint. -
Uses of AnnotatedField in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedField Modifier and Type Class Description classEnhancedAnnotatedFieldImpl<T,X>Represents an annotated fieldMethods in org.jboss.weld.annotated.enhanced.jlr that return AnnotatedField Modifier and Type Method Description AnnotatedField<X>EnhancedAnnotatedFieldImpl. slim()Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super T>>EnhancedAnnotatedTypeImpl. getFields()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedField Modifier and Type Method Description static <X,Y extends X>
EnhancedAnnotatedFieldImpl<?,X>EnhancedAnnotatedFieldImpl. of(AnnotatedField<X> annotatedField, EnhancedAnnotatedType<Y> declaringClass, ClassTransformer classTransformer) -
Uses of AnnotatedField in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedField Modifier and Type Class Description classBackedAnnotatedField<X>Methods in org.jboss.weld.annotated.slim.backed that return AnnotatedField Modifier and Type Method Description static <X,Y extends X>
AnnotatedField<X>BackedAnnotatedField. of(Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)Methods in org.jboss.weld.annotated.slim.backed that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super X>>BackedAnnotatedType. getFields() -
Uses of AnnotatedField in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedField Modifier and Type Class Description classUnbackedAnnotatedField<X>Methods in org.jboss.weld.annotated.slim.unbacked that return AnnotatedField Modifier and Type Method Description static <X,Y extends X>
AnnotatedField<X>UnbackedAnnotatedField. of(AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)Methods in org.jboss.weld.annotated.slim.unbacked that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super X>>UnbackedAnnotatedType. getFields()Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type AnnotatedField Modifier and Type Method Description static <X,Y extends X>
AnnotatedField<X>UnbackedAnnotatedField. of(AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) -
Uses of AnnotatedField in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return AnnotatedField Modifier and Type Method Description AnnotatedField<? super X>ProducerField. getAnnotated() -
Uses of AnnotatedField in org.jboss.weld.bean.builtin.ee
Methods in org.jboss.weld.bean.builtin.ee with parameters of type AnnotatedField Modifier and Type Method Description static booleanEEResourceProducerField. isEEResourceProducerField(BeanManagerImpl beanManager, AnnotatedField<?> field) -
Uses of AnnotatedField in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return AnnotatedField Modifier and Type Method Description AnnotatedField<T>ProcessProducerFieldImpl. getAnnotatedProducerField() -
Uses of AnnotatedField in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return AnnotatedField Modifier and Type Method Description AnnotatedField<X>FieldInjectionPoint. getAnnotated() -
Uses of AnnotatedField in org.jboss.weld.injection.attributes
Methods in org.jboss.weld.injection.attributes that return AnnotatedField Modifier and Type Method Description AnnotatedField<X>FieldInjectionPointAttributes. getAnnotated()AnnotatedField<X>ForwardingFieldInjectionPointAttributes. getAnnotated()AnnotatedField<X>InferringFieldInjectionPointAttributes. getAnnotated() -
Uses of AnnotatedField in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return AnnotatedField Modifier and Type Method Description abstract AnnotatedField<? super X>ProducerFieldProducer. getAnnotated() -
Uses of AnnotatedField in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type AnnotatedField Modifier and Type Method Description FieldInjectionPointAttributes<?,?>BeanManagerImpl. createInjectionPoint(AnnotatedField<?> field)<X> FieldProducerFactory<X>BeanManagerImpl. getProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean)Constructors in org.jboss.weld.manager with parameters of type AnnotatedField Constructor Description FieldProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean, BeanManagerImpl manager) -
Uses of AnnotatedField in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type AnnotatedField Modifier and Type Method Description static booleanAnnotatedTypes. compareAnnotatedField(AnnotatedField<?> f1, AnnotatedField<?> f2)static <X> StringAnnotatedTypes. createFieldId(AnnotatedField<X> field)InjectionPointForwardingBeanManager. createInjectionPoint(AnnotatedField<?> field)<X> ProducerFactory<X>ForwardingBeanManager. getProducerFactory(AnnotatedField<? super X> field, Bean<X> declaringBean) -
Uses of AnnotatedField in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedField Modifier and Type Class Description classForwardingAnnotatedField<X>Forwarding implementation ofAnnotatedField.Methods in org.jboss.weld.util.annotated that return AnnotatedField Modifier and Type Method Description protected abstract AnnotatedField<X>ForwardingAnnotatedField. delegate()Methods in org.jboss.weld.util.annotated that return types with arguments of type AnnotatedField Modifier and Type Method Description Set<AnnotatedField<? super X>>ForwardingAnnotatedType. getFields() -
Uses of AnnotatedField in org.jboss.weld.util.reflection
Methods in org.jboss.weld.util.reflection with parameters of type AnnotatedField Modifier and Type Method Description static StringFormats. formatAnnotatedField(AnnotatedField<?> field)
-