Uses of Interface
javax.enterprise.inject.spi.Annotated
-
-
Uses of Annotated in javax.enterprise.inject.spi
Subinterfaces of Annotated 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.interfaceAnnotatedMember<X>Represents a member of a Java type.interfaceAnnotatedMethod<X>Represents a method of a Java type.interfaceAnnotatedParameter<X>Represents a parameter of a method or constructor.interfaceAnnotatedType<X>Represents a Java class or interface.Methods in javax.enterprise.inject.spi that return Annotated Modifier and Type Method Description AnnotatedInjectionPoint. getAnnotated()Obtain an instance ofAnnotatedFieldorAnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.AnnotatedProcessBean. getAnnotated()Returns theAnnotatedTyperepresenting the bean class, theAnnotatedMethodrepresenting the producer method, or theAnnotatedFieldrepresenting the producer field.AnnotatedProcessBeanAttributes. getAnnotated() -
Uses of Annotated in org.jboss.weld.annotated
Classes in org.jboss.weld.annotated that implement Annotated Modifier and Type Class Description classEmptyAnnotatedMethods in org.jboss.weld.annotated with parameters of type Annotated Modifier and Type Method Description static voidAnnotatedTypeValidator. validateAnnotated(Annotated annotated) -
Uses of Annotated in org.jboss.weld.annotated.enhanced
Subinterfaces of Annotated in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotated<T,S>AnnotatedItem provides a uniform access to the annotations on an annotated item defined either in Java or XMLinterfaceEnhancedAnnotatedCallable<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 XMLinterfaceEnhancedAnnotatedParameter<T,X>AnnotatedParameter provides a uniform access to a method parameter defined either in Java or XMLinterfaceEnhancedAnnotatedType<T>Represents a ClassinterfaceEnhancedAnnotation<T extends Annotation>Represents a meta annotationMethods in org.jboss.weld.annotated.enhanced that return Annotated Modifier and Type Method Description AnnotatedEnhancedAnnotated. slim()Returns a lightweight implementation ofAnnotatedwith minimal memory footprint. -
Uses of Annotated in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement Annotated Modifier and Type Class Description classAbstractEnhancedAnnotated<T,S>Represents functionality common for all annotated items, mainly different mappings of the annotations and meta-annotationsclassAbstractEnhancedAnnotatedCallable<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 methodclassEnhancedAnnotatedParameterImpl<T,X>Represents a parameterclassEnhancedAnnotatedTypeImpl<T>Represents an annotated classclassEnhancedAnnotationImpl<T extends Annotation>Represents an annotated annotationConstructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type Annotated Constructor Description AbstractEnhancedAnnotated(Annotated annotated, Map<Class<? extends Annotation>,Annotation> annotationMap, Map<Class<? extends Annotation>,Annotation> declaredAnnotationMap, ClassTransformer classTransformer)Constructor -
Uses of Annotated in org.jboss.weld.annotated.runtime
Classes in org.jboss.weld.annotated.runtime that implement Annotated Modifier and Type Class Description classInvokableAnnotatedMethod<T>An implementation ofAnnotatedMethodused at runtime for invoking Java methods. -
Uses of Annotated in org.jboss.weld.annotated.slim
Subinterfaces of Annotated in org.jboss.weld.annotated.slim Modifier and Type Interface Description interfaceSlimAnnotatedType<T>Marker interface for lightweight implementations ofAnnotatedType.Classes in org.jboss.weld.annotated.slim that implement Annotated Modifier and Type Class Description classBaseAnnotated -
Uses of Annotated in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement Annotated Modifier and Type Class Description classBackedAnnotatedclassBackedAnnotatedCallable<X,E extends Executable>classBackedAnnotatedConstructor<X>classBackedAnnotatedField<X>classBackedAnnotatedMember<X>classBackedAnnotatedMethod<X>classBackedAnnotatedParameter<X>classBackedAnnotatedType<X> -
Uses of Annotated in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement Annotated Modifier and Type Class Description classUnbackedAnnotatedclassUnbackedAnnotatedConstructor<X>classUnbackedAnnotatedField<X>classUnbackedAnnotatedMember<X>classUnbackedAnnotatedMethod<X>classUnbackedAnnotatedParameter<X>classUnbackedAnnotatedType<X>Wrapper for extension-providedAnnotatedType. -
Uses of Annotated in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return Annotated Modifier and Type Method Description abstract AnnotatedAbstractBean. getAnnotated()Returns the annotated item the bean represents -
Uses of Annotated in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return Annotated Modifier and Type Method Description AnnotatedAbstractProcessClassBean. getAnnotated()AnnotatedAbstractProcessProducerBean. getAnnotated()AnnotatedProcessBeanAttributesImpl. getAnnotated()AnnotatedProcessBeanImpl. getAnnotated()Methods in org.jboss.weld.bootstrap.events with parameters of type Annotated Modifier and Type Method Description protected static <T> ProcessBeanAttributesImpl<T>ProcessBeanAttributesImpl. fire(BeanManagerImpl beanManager, BeanAttributes<T> attributes, Annotated annotated, Type type)<T> ProcessBeanAttributesImpl<T>ContainerLifecycleEvents. fireProcessBeanAttributes(BeanManagerImpl beanManager, BeanAttributes<T> attributes, Annotated annotated, Type type)Constructors in org.jboss.weld.bootstrap.events with parameters of type Annotated Constructor Description ProcessSynthethicBeanImpl(BeanManagerImpl beanManager, Bean<X> bean, Annotated annotated, Extension extension) -
Uses of Annotated in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator with parameters of type Annotated Modifier and Type Method Description InjectionPointConfiguratorInjectionPointConfiguratorImpl. annotated(Annotated annotated) -
Uses of Annotated in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return Annotated Modifier and Type Method Description AnnotatedEmptyInjectionPoint. getAnnotated()AnnotatedForwardingInjectionPoint. getAnnotated() -
Uses of Annotated in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer that return Annotated Modifier and Type Method Description abstract AnnotatedAbstractProducer. getAnnotated() -
Uses of Annotated in org.jboss.weld.interceptor.builder
Methods in org.jboss.weld.interceptor.builder with parameters of type Annotated Modifier and Type Method Description Class<?>[]InterceptorsApiAbstraction. extractInterceptorClasses(Annotated annotated) -
Uses of Annotated in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type Annotated Modifier and Type Method Description static AnnotatedType<?>AnnotatedTypes. getDeclaringAnnotatedType(Annotated annotated)Returns the declaringAnnotatedTypeof a given annotated. -
Uses of Annotated in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement Annotated Modifier and Type Class Description classAnnotatedTypeWrapper<T>classForwardingAnnotatedBase class to allow implementation of the decorator patternclassForwardingAnnotatedCallable<X>Forwarding implementation ofAnnotatedCallable.classForwardingAnnotatedConstructor<X>Forwarding implementation ofAnnotatedConstructor.classForwardingAnnotatedField<X>Forwarding implementation ofAnnotatedField.classForwardingAnnotatedMember<X>Forwarding implementation ofAnnotatedMember.classForwardingAnnotatedMethod<X>Forwarding implementation ofAnnotatedMethod.classForwardingAnnotatedParameter<X>classForwardingAnnotatedType<X>Forwarding implementation of AnnotatedTypeclassVetoedSuppressedAnnotatedType<T>Allows a type annotated withVetoedto be registered, i.e.Methods in org.jboss.weld.util.annotated that return Annotated Modifier and Type Method Description protected abstract AnnotatedForwardingAnnotated. delegate()
-