public class ClassTransformer extends Object implements BootstrapService
| Constructor and Description |
|---|
ClassTransformer(TypeStore typeStore,
SharedObjectCache cache,
ReflectionCache reflectionCache) |
public ClassTransformer(TypeStore typeStore, SharedObjectCache cache, ReflectionCache reflectionCache)
public static ClassTransformer instance(BeanManagerImpl manager)
public <T> BackedAnnotatedType<T> getAnnotatedType(Class<T> rawType, Type baseType)
public <T> BackedAnnotatedType<T> getAnnotatedType(Class<T> rawType)
public <T> SlimAnnotatedType<T> getAnnotatedType(AnnotatedType<T> type)
public <T> EnhancedAnnotatedType<T> getEnhancedAnnotatedType(Class<T> rawType)
public <T> EnhancedAnnotatedType<T> getEnhancedAnnotatedType(Class<T> rawType, Type baseType)
public <T> EnhancedAnnotatedType<T> getEnhancedAnnotatedType(AnnotatedType<T> annotatedType)
public <T extends Annotation> EnhancedAnnotation<T> getEnhancedAnnotation(Class<T> clazz)
public void clearAnnotationData(Class<? extends Annotation> annotationClass)
public TypeStore getTypeStore()
public SharedObjectCache getSharedObjectCache()
public ReflectionCache getReflectionCache()
public void cleanupAfterBoot()
BootstrapServicecleanupAfterBoot in interface BootstrapServiceCopyright © 2012 Seam Framework. All Rights Reserved.