Uses of Interface
org.jboss.weld.annotated.enhanced.EnhancedAnnotated
-
Packages that use EnhancedAnnotated Package Description org.jboss.weld.annotated.enhanced JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.annotated.enhanced.jlr JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.attributes JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.attributes JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.metadata.cache JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.util.annotated JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
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
Methods in org.jboss.weld.bean.attributes with parameters of type EnhancedAnnotated Modifier and Type Method Description static <T> javax.enterprise.inject.spi.BeanAttributes<T>BeanAttributesFactory. forBean(EnhancedAnnotated<T,?> annotated, BeanManagerImpl manager)Creates newBeanAttributesto represent a managed bean. -
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, javax.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 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 fo array and primitive types and unlessTypedis used.static <T> Set<Type>Beans. getTypes(EnhancedAnnotated<T,?> annotated, org.jboss.weld.ejb.spi.EjbDescriptor<T> ejbDescriptor)Bean types of a session bean.static booleanBeans. isAlternative(EnhancedAnnotated<?,?> annotated, MergedStereotypes<?,?> mergedStereotypes)Is alternative. -
Uses of EnhancedAnnotated in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement EnhancedAnnotated Modifier and Type Class Description classForwardingWeldAnnotated<T,S>Provides an abstraction for delegating access to an annotated itemclassForwardingWeldAnnotation<T extends Annotation>classForwardingWeldClass<T>classForwardingWeldConstructor<T>classForwardingWeldField<T,X>classForwardingWeldMember<T,X,S extends Member>classForwardingWeldMethod<T,X>classForwardingWeldParameter<T,X>Methods in org.jboss.weld.util.annotated that return EnhancedAnnotated Modifier and Type Method Description protected abstract EnhancedAnnotated<T,S>ForwardingWeldAnnotated. delegate()
-