Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotated
-
-
Uses of EnhancedAnnotated in org.jboss.weld.annotated.enhanced
Subinterfaces of EnhancedAnnotated 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 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 annotation -
Uses of EnhancedAnnotated in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement EnhancedAnnotated 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 annotation -
Uses of EnhancedAnnotated in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return EnhancedAnnotated Modifier and Type Method Description abstract 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 EnhancedAnnotated Modifier and Type Field Description protected EnhancedAnnotated<T,?>BeanAttributesFactory.BeanAttributesBuilder. annotatedMethods in org.jboss.weld.bean.attributes with parameters of type EnhancedAnnotated Modifier and Type Method Description static <T> 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 EnhancedAnnotated Constructor Description BeanAttributesBuilder(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 EnhancedAnnotated Constructor Description AbstractInferringInjectionPointAttributes(EnhancedAnnotated<?,?> annotatedElement, String contextId, 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 EnhancedAnnotated Modifier and Type Method Description static <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 EnhancedAnnotated Modifier and Type Method Description static <T,S,X extends EnhancedAnnotated<T,S>>
XBeans. checkEnhancedAnnotatedAvailable(X enhancedAnnotated)Methods in org.jboss.weld.util with parameters of type EnhancedAnnotated Modifier and Type Method Description static Set<Type>Beans. 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.
-