Uses of Interface
javax.enterprise.inject.spi.AnnotatedMember
-
-
Uses of AnnotatedMember in javax.enterprise.inject.spi
Subinterfaces of AnnotatedMember in javax.enterprise.inject.spi Modifier and Type Interface Description interfaceAnnotatedCallable<X>Represents a callable member of a Java type.interfaceAnnotatedConstructor<X>Represents a constructor of a Java class.interfaceAnnotatedField<X>Represents a field of a Java class.interfaceAnnotatedMethod<X>Represents a method of a Java type.Methods in javax.enterprise.inject.spi that return AnnotatedMember Modifier and Type Method Description AnnotatedMember<T>ProcessProducer. getAnnotatedMember()Returns theAnnotatedFieldrepresenting the producer field or theAnnotatedMethodrepresenting the producer method.Methods in javax.enterprise.inject.spi with parameters of type AnnotatedMember Modifier and Type Method Description BeanAttributes<?>BeanManager. createBeanAttributes(AnnotatedMember<?> type)Obtains aBeanAttributesfor the givenAnnotatedType. -
Uses of AnnotatedMember in org.jboss.weld.annotated
Methods in org.jboss.weld.annotated with parameters of type AnnotatedMember Modifier and Type Method Description static voidAnnotatedTypeValidator. validateAnnotatedMember(AnnotatedMember<?> member) -
Uses of AnnotatedMember in org.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedMember in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedCallable<T,X,S extends Member>interfaceEnhancedAnnotatedConstructor<T>Represents a Class ConstructorinterfaceEnhancedAnnotatedField<T,X>AnnotatedField provides a uniform access to the annotations on an annotated fieldinterfaceEnhancedAnnotatedMember<T,X,S extends Member>AnnotatedMember provides enhanced access to an annotated memberinterfaceEnhancedAnnotatedMethod<T,X>AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XMLMethods in org.jboss.weld.annotated.enhanced that return AnnotatedMember Modifier and Type Method Description AnnotatedMember<X>EnhancedAnnotatedMember. slim()Returns a lightweight implementation ofAnnotatedMemberwith minimal memory footprint. -
Uses of AnnotatedMember in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedMember Modifier and Type Class Description classAbstractEnhancedAnnotatedCallable<T,X,S extends Member>classAbstractEnhancedAnnotatedMember<T,X,S extends Member>Represents an abstract annotated member (field, method or constructor)classEnhancedAnnotatedConstructorImpl<T>Represents an annotated constructorclassEnhancedAnnotatedFieldImpl<T,X>Represents an annotated fieldclassEnhancedAnnotatedMethodImpl<T,X>Represents an annotated methodConstructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedMember Constructor Description AbstractEnhancedAnnotatedMember(AnnotatedMember<X> annotatedMember, Map<Class<? extends Annotation>,Annotation> annotationMap, Map<Class<? extends Annotation>,Annotation> declaredAnnotationMap, ClassTransformer classTransformer, EnhancedAnnotatedType<X> declaringType)Constructor -
Uses of AnnotatedMember in org.jboss.weld.annotated.runtime
Classes in org.jboss.weld.annotated.runtime that implement AnnotatedMember Modifier and Type Class Description classInvokableAnnotatedMethod<T>An implementation ofAnnotatedMethodused at runtime for invoking Java methods. -
Uses of AnnotatedMember in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed with type parameters of type AnnotatedMember Modifier and Type Class Description protected static classBackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedMember Modifier and Type Class Description classBackedAnnotatedCallable<X,E extends Executable>classBackedAnnotatedConstructor<X>classBackedAnnotatedField<X>classBackedAnnotatedMember<X>classBackedAnnotatedMethod<X> -
Uses of AnnotatedMember in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedMember Modifier and Type Class Description classUnbackedAnnotatedConstructor<X>classUnbackedAnnotatedField<X>classUnbackedAnnotatedMember<X>classUnbackedAnnotatedMethod<X> -
Uses of AnnotatedMember in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return AnnotatedMember Modifier and Type Method Description abstract AnnotatedMember<? super X>AbstractProducerBean. getAnnotated() -
Uses of AnnotatedMember in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return AnnotatedMember Modifier and Type Method Description AnnotatedMember<T>ProcessProducerImpl. getAnnotatedMember() -
Uses of AnnotatedMember in org.jboss.weld.injection
Methods in org.jboss.weld.injection with parameters of type AnnotatedMember Modifier and Type Method Description protected booleanResourceInjectionProcessor. accept(AnnotatedMember<?> member, C processorContext)Allows an implementation to indicate whether it accepts a given injection point annotated with the marker annotation.protected TypeResourceInjectionProcessor. getResourceInjectionPointType(AnnotatedMember<?> member) -
Uses of AnnotatedMember in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return AnnotatedMember Modifier and Type Method Description abstract AnnotatedMember<? super X>AbstractMemberProducer. getAnnotated()AnnotatedMember<? super X>ProducerMethodProducer. getAnnotated() -
Uses of AnnotatedMember in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return AnnotatedMember Modifier and Type Method Description protected abstract AnnotatedMember<X>AbstractProducerFactory. getAnnotatedMember()protected AnnotatedMember<X>FieldProducerFactory. getAnnotatedMember()protected AnnotatedMember<X>MethodProducerFactory. getAnnotatedMember()Methods in org.jboss.weld.manager with parameters of type AnnotatedMember Modifier and Type Method Description BeanAttributes<?>BeanManagerImpl. createBeanAttributes(AnnotatedMember<?> member)<X> BeanAttributes<?>BeanManagerImpl. internalCreateBeanAttributes(AnnotatedMember<X> member) -
Uses of AnnotatedMember in org.jboss.weld.resources
Methods in org.jboss.weld.resources with parameters of type AnnotatedMember Modifier and Type Method Description <X,A extends EnhancedAnnotatedMember<?,X,? extends Member>>
AMemberTransformer. loadEnhancedMember(AnnotatedMember<X> member, String bdaId) -
Uses of AnnotatedMember in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type AnnotatedMember Modifier and Type Method Description BeanAttributes<?>ForwardingBeanManager. createBeanAttributes(AnnotatedMember<?> type) -
Uses of AnnotatedMember in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedMember Modifier and Type Class Description classForwardingAnnotatedCallable<X>Forwarding implementation ofAnnotatedCallable.classForwardingAnnotatedConstructor<X>Forwarding implementation ofAnnotatedConstructor.classForwardingAnnotatedField<X>Forwarding implementation ofAnnotatedField.classForwardingAnnotatedMember<X>Forwarding implementation ofAnnotatedMember.classForwardingAnnotatedMethod<X>Forwarding implementation ofAnnotatedMethod.Methods in org.jboss.weld.util.annotated that return AnnotatedMember Modifier and Type Method Description protected abstract AnnotatedMember<X>ForwardingAnnotatedMember. delegate()
-