| Package | Description |
|---|---|
| org.jboss.weld.annotated.slim | |
| org.jboss.weld.environment.se.discovery | |
| org.jboss.weld.resources.spi | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
ClassFileInfo |
SlimAnnotatedTypeContext.getClassInfo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SlimAnnotatedTypeContext<T> |
SlimAnnotatedTypeContext.of(SlimAnnotatedType<T> type,
ClassFileInfo classInfo,
Set<ExtensionObserverMethodImpl<?,?>> resolvedProcessAnnotatedTypeObservers,
ClassTransformer transformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldSEClassFileInfo
A store and the access point to the main information about the class that was indexed by jandex in Weld SE.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFileInfo |
WeldSEClassFileServices.getClassFileInfo(String className) |
| Modifier and Type | Method and Description |
|---|---|
ClassFileInfo |
ClassFileServices.getClassFileInfo(String className)
Obtains Java class metadata for a class identified with the specified class name.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Beans.isTypeManagedBeanOrDecoratorOrInterceptor(ClassFileInfo classFileInfo) |
Copyright © 2014 Seam Framework. All Rights Reserved.