Uses of Interface
org.jboss.weld.resources.ReflectionCache
Packages that use ReflectionCache
Package
Description
-
Uses of ReflectionCache in org.jboss.weld.annotated.slim.backed
Methods in org.jboss.weld.annotated.slim.backed that return ReflectionCacheModifier and TypeMethodDescriptionprotected abstract ReflectionCacheBackedAnnotated.getReflectionCache()protected ReflectionCacheBackedAnnotatedMember.getReflectionCache()protected ReflectionCacheBackedAnnotatedParameter.getReflectionCache()BackedAnnotatedType.getReflectionCache()Methods in org.jboss.weld.annotated.slim.backed with parameters of type ReflectionCacheModifier and TypeMethodDescriptionstatic <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, Type baseType, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId, String suffix) 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 -
Uses of ReflectionCache in org.jboss.weld.resources
Classes in org.jboss.weld.resources that implement ReflectionCacheModifier and TypeClassDescriptionclassclassReflectionCacheimplementation that works around possible deadlocks in HotSpot:Methods in org.jboss.weld.resources that return ReflectionCacheModifier and TypeMethodDescriptionClassTransformer.getReflectionCache()static ReflectionCacheReflectionCacheFactory.newInstance(TypeStore store) Constructors in org.jboss.weld.resources with parameters of type ReflectionCacheModifierConstructorDescriptionClassTransformer(TypeStore typeStore, SharedObjectCache cache, ReflectionCache reflectionCache, String contextId)