| Constructor and Description |
|---|
ClassTransformer(TypeStore typeStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to
perform any cleanup needed.
|
void |
clearAnnotationData(Class<? extends Annotation> annotationClass) |
TypeStore |
getTypeStore() |
<T extends Annotation> |
loadAnnotation(Class<T> clazz) |
<T> WeldClass<T> |
loadClass(AnnotatedType<T> clazz) |
<T> WeldClass<T> |
loadClass(Class<T> clazz) |
<T> WeldClass<T> |
loadClass(Class<T> rawType,
Type baseType) |
public ClassTransformer(TypeStore typeStore)
public void clearAnnotationData(Class<? extends Annotation> annotationClass)
public <T> WeldClass<T> loadClass(AnnotatedType<T> clazz)
public <T extends Annotation> WeldAnnotation<T> loadAnnotation(Class<T> clazz)
public TypeStore getTypeStore()
Copyright © 2013 Seam Framework. All Rights Reserved.