Uses of Class
org.jboss.weld.metadata.TypeStore

Packages that use TypeStore
org.jboss.weld.bootstrap.events   
org.jboss.weld.introspector   
org.jboss.weld.resources   
 

Uses of TypeStore in org.jboss.weld.bootstrap.events
 

Methods in org.jboss.weld.bootstrap.events that return TypeStore
protected  TypeStore AbstractBeanDiscoveryEvent.getTypeStore()
           
 

Uses of TypeStore in org.jboss.weld.introspector
 

Methods in org.jboss.weld.introspector with parameters of type TypeStore
static AnnotationStore AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement, java.util.Set<java.lang.annotation.Annotation> extraAnnotations, java.util.Set<java.lang.annotation.Annotation> extraDeclaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.of(java.lang.reflect.AnnotatedElement annotatedElement, TypeStore typeStore)
          Build an AnnotatedItemHelper from a class
static AnnotationStore AnnotationStore.of(java.lang.annotation.Annotation[] annotations, java.lang.annotation.Annotation[] declaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.of(java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations, TypeStore typeStore)
           
static AnnotationStore AnnotationStore.wrap(AnnotationStore annotationStore, java.util.Set<java.lang.annotation.Annotation> annotations, java.util.Set<java.lang.annotation.Annotation> declaredAnnotations, TypeStore typeStore)
           
 

Constructors in org.jboss.weld.introspector with parameters of type TypeStore
AnnotationStore(java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotationMap, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotationMap, TypeStore typeStore)
          Constructor Also builds the meta-annotation map.
 

Uses of TypeStore in org.jboss.weld.resources
 

Methods in org.jboss.weld.resources that return TypeStore
 TypeStore ClassTransformer.getTypeStore()
           
 

Constructors in org.jboss.weld.resources with parameters of type TypeStore
ClassTransformer(TypeStore typeStore)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.