Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotated
Packages that use EnhancedAnnotated
Package
Description
-
Uses of EnhancedAnnotated in org.jboss.weld.annotated.enhanced
Subinterfaces of EnhancedAnnotated in org.jboss.weld.annotated.enhancedModifier and TypeInterfaceDescriptioninterfaceEnhancedAnnotatedCallable<T,X, S extends Member> interfaceRepresents a Class ConstructorinterfaceAnnotatedField provides a uniform access to the annotations on an annotated fieldinterfaceEnhancedAnnotatedMember<T,X, S extends Member> AnnotatedMember provides enhanced access to an annotated memberinterfaceAnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XMLinterfaceAnnotatedParameter provides a uniform access to a method parameter defined either in Java or XMLinterfaceRepresents a ClassinterfaceEnhancedAnnotation<T extends Annotation>Represents a meta annotation -
Uses of EnhancedAnnotated in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotatedModifier and TypeClassDescriptionclassRepresents 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)classRepresents an annotated constructorclassRepresents an annotated fieldclassRepresents an annotated methodclassRepresents a parameterclassRepresents an annotated classclassEnhancedAnnotationImpl<T extends Annotation>Represents an annotated annotation -
Uses of EnhancedAnnotated in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return EnhancedAnnotatedModifier and TypeMethodDescriptionabstract EnhancedAnnotated<T,S> AbstractBean.getEnhancedAnnotated()Returns the weld-enhanced annotated item the bean represents. -
Uses of EnhancedAnnotated in org.jboss.weld.bean.attributes
Fields in org.jboss.weld.bean.attributes declared as EnhancedAnnotatedModifier and TypeFieldDescriptionprotected final EnhancedAnnotated<T,?> BeanAttributesFactory.BeanAttributesBuilder.annotatedMethods in org.jboss.weld.bean.attributes with parameters of type EnhancedAnnotatedModifier and TypeMethodDescriptionstatic <T> jakarta.enterprise.inject.spi.BeanAttributes<T>BeanAttributesFactory.forBean(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) Creates newBeanAttributesto represent a managed bean.protected StringBeanAttributesFactory.BeanAttributesBuilder.getDefaultName(EnhancedAnnotated<?, ?> annotated) Gets the default name of the beanprotected voidBeanAttributesFactory.BeanAttributesBuilder.initAlternative(EnhancedAnnotated<T, ?> annotated) protected voidBeanAttributesFactory.BeanAttributesBuilder.initName(EnhancedAnnotated<T, ?> annotated) Initializes the nameprotected voidBeanAttributesFactory.BeanAttributesBuilder.initQualifiers(EnhancedAnnotated<?, ?> annotated) protected voidBeanAttributesFactory.BeanAttributesBuilder.initScope(EnhancedAnnotated<T, ?> annotated) protected <S> voidBeanAttributesFactory.BeanAttributesBuilder.initStereotypes(EnhancedAnnotated<T, S> annotated, BeanManagerImpl manager) protected voidBeanAttributesFactory.BeanAttributesBuilder.validateScopeSet(Set<Annotation> scopes, EnhancedAnnotated<T, ?> annotated) Constructors in org.jboss.weld.bean.attributes with parameters of type EnhancedAnnotatedModifierConstructorDescriptionBeanAttributesBuilder(EnhancedAnnotated<T, ?> annotated, Set<Type> types, BeanManagerImpl manager) BeanAttributesBuilder(EnhancedAnnotated<T, ?> annotated, BeanManagerImpl manager) -
Uses of EnhancedAnnotated in org.jboss.weld.injection.attributes
Constructors in org.jboss.weld.injection.attributes with parameters of type EnhancedAnnotatedModifierConstructorDescriptionAbstractInferringInjectionPointAttributes(EnhancedAnnotated<?, ?> annotatedElement, String contextId, jakarta.enterprise.inject.spi.Bean<?> bean, Set<Annotation> qualifiers, Class<?> declaringComponentClass) -
Uses of EnhancedAnnotated in org.jboss.weld.metadata.cache
Methods in org.jboss.weld.metadata.cache with parameters of type EnhancedAnnotatedModifier and TypeMethodDescriptionstatic <T,E> MergedStereotypes<T, E> MergedStereotypes.of(EnhancedAnnotated<T, E> annotated, BeanManagerImpl manager) -
Uses of EnhancedAnnotated in org.jboss.weld.util
Methods in org.jboss.weld.util with type parameters of type EnhancedAnnotatedModifier and TypeMethodDescriptionstatic <T,S, X extends EnhancedAnnotated<T, S>>
XBeans.checkEnhancedAnnotatedAvailable(X enhancedAnnotated) Methods in org.jboss.weld.util with parameters of type EnhancedAnnotatedModifier and TypeMethodDescriptionBeans.getTypes(EnhancedAnnotated<?, ?> annotated) Illegal bean types are ignored except for array and primitive types and unlessTypedis used.static booleanBeans.isAlternative(EnhancedAnnotated<?, ?> annotated, MergedStereotypes<?, ?> mergedStereotypes) Is alternative.