Package | Description |
---|---|
org.jboss.weld.annotated.slim.backed | |
org.jboss.weld.bootstrap.events | |
org.jboss.weld.resources |
Modifier and Type | Method and Description |
---|---|
ReflectionCache |
BackedAnnotatedType.getReflectionCache() |
protected abstract ReflectionCache |
BackedAnnotated.getReflectionCache() |
protected ReflectionCache |
BackedAnnotatedParameter.getReflectionCache() |
protected ReflectionCache |
BackedAnnotatedMember.getReflectionCache() |
Modifier and Type | Method and Description |
---|---|
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
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) |
Constructor and Description |
---|
RequiredAnnotationDiscovery(ReflectionCache cache) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReflectionCache |
class |
HotspotReflectionCache
ReflectionCache implementation that works around possible deadlocks in HotSpot: |
Modifier and Type | Method and Description |
---|---|
ReflectionCache |
ClassTransformer.getReflectionCache() |
static ReflectionCache |
ReflectionCacheFactory.newInstance(TypeStore store) |
Constructor and Description |
---|
ClassTransformer(TypeStore typeStore,
SharedObjectCache cache,
ReflectionCache reflectionCache,
String contextId) |
Copyright © 2016. All rights reserved.