Uses of Interface
org.jboss.weld.resources.ReflectionCache
-
Packages that use ReflectionCache Package Description org.jboss.weld.annotated.slim.backed JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bootstrap.events JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.resources JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of ReflectionCache in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed that return ReflectionCache Modifier and Type Method Description protected abstract ReflectionCacheBackedAnnotated. getReflectionCache()protected ReflectionCacheBackedAnnotatedMember. getReflectionCache()protected ReflectionCacheBackedAnnotatedParameter. getReflectionCache()ReflectionCacheBackedAnnotatedType. getReflectionCache()Methods in org.jboss.weld.annotated.slim.backed with parameters of type ReflectionCache Modifier and Type Method Description static <X> BackedAnnotatedType<X>BackedAnnotatedType. of(Class<X> javaClass, Type baseType, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId)static <X> BackedAnnotatedType<X>BackedAnnotatedType. of(Class<X> javaClass, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId) -
Uses of ReflectionCache in org.jboss.weld.bootstrap.events
Constructors in org.jboss.weld.bootstrap.events with parameters of type ReflectionCache Constructor Description RequiredAnnotationDiscovery(ReflectionCache cache) -
Uses of ReflectionCache in org.jboss.weld.resources
Classes in org.jboss.weld.resources that implement ReflectionCache Modifier and Type Class Description classDefaultReflectionCacheclassHotspotReflectionCacheReflectionCacheimplementation that works around possible deadlocks in HotSpot:Methods in org.jboss.weld.resources that return ReflectionCache Modifier and Type Method Description ReflectionCacheClassTransformer. getReflectionCache()static ReflectionCacheReflectionCacheFactory. newInstance(TypeStore store)Constructors in org.jboss.weld.resources with parameters of type ReflectionCache Constructor Description ClassTransformer(TypeStore typeStore, SharedObjectCache cache, ReflectionCache reflectionCache, String contextId)
-