| 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(java.lang.Class<X> javaClass,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
java.lang.String contextId,
java.lang.String bdaId) |
static <X> BackedAnnotatedType<X> |
BackedAnnotatedType.of(java.lang.Class<X> javaClass,
java.lang.reflect.Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
java.lang.String contextId,
java.lang.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,
java.lang.String contextId) |
Copyright © 2015. All Rights Reserved.