| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ReflectionCache |
BackedAnnotatedType.getReflectionCache() |
protected ReflectionCache |
BackedAnnotatedParameter.getReflectionCache() |
protected ReflectionCache |
BackedAnnotatedMember.getReflectionCache() |
protected abstract ReflectionCache |
BackedAnnotated.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) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(Class<X> javaClass,
Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId,
String suffix) |
| 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 © 2017. All rights reserved.