Uses of Class
org.jboss.weld.metadata.TypeStore
-
Packages that use TypeStore Package Description org.jboss.weld.bootstrap.events org.jboss.weld.resources -
-
Uses of TypeStore in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return TypeStore Modifier and Type Method Description protected TypeStoreAbstractBeanDiscoveryEvent. getTypeStore() -
Uses of TypeStore in org.jboss.weld.resources
Methods in org.jboss.weld.resources that return TypeStore Modifier and Type Method Description TypeStoreClassTransformer. getTypeStore()Methods in org.jboss.weld.resources with parameters of type TypeStore Modifier and Type Method Description static ReflectionCacheReflectionCacheFactory. newInstance(TypeStore store)Constructors in org.jboss.weld.resources with parameters of type TypeStore Constructor Description ClassTransformer(TypeStore typeStore, SharedObjectCache cache, ReflectionCache reflectionCache, String contextId)DefaultReflectionCache(TypeStore store)HotspotReflectionCache(TypeStore store)
-