org.jboss.weld.resources
Class ClassTransformer
java.lang.Object
org.jboss.weld.resources.ClassTransformer
- All Implemented Interfaces:
- org.jboss.weld.bootstrap.api.Service
public class ClassTransformer
- extends Object
- implements org.jboss.weld.bootstrap.api.Service
- Author:
- Pete Muir, Stuart Douglas, JBoss Weld Community, Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassTransformer
public ClassTransformer(TypeStore typeStore)
loadClass
public <T> WeldClass<T> loadClass(Class<T> rawType,
Type baseType)
loadClass
public <T> WeldClass<T> loadClass(Class<T> clazz)
clearAnnotationData
public void clearAnnotationData(Class<? extends Annotation> annotationClass)
loadClass
public <T> WeldClass<T> loadClass(javax.enterprise.inject.spi.AnnotatedType<T> clazz)
loadAnnotation
public <T extends Annotation> WeldAnnotation<T> loadAnnotation(Class<T> clazz)
getTypeStore
public TypeStore getTypeStore()
cleanup
public void cleanup()
- Specified by:
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2013 Seam Framework. All Rights Reserved.