|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.classadapter.plugins.reflect.ReflectClassAdapterFactory
A reflected class adapter factory.
Field Summary | |
protected TypeInfoFactory |
typeInfoFactory
The type info factory |
Constructor Summary | |
ReflectClassAdapterFactory()
|
Method Summary | |
protected ClassAdapter |
createClassAdapter(TypeInfo typeInfo)
Create a class adapter for the type info |
ClassAdapter |
getClassAdapter(Class clazz)
Get a class adapter |
ClassAdapter |
getClassAdapter(String name,
ClassLoader cl)
Get a class adapter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TypeInfoFactory typeInfoFactory
Constructor Detail |
public ReflectClassAdapterFactory()
Method Detail |
public ClassAdapter getClassAdapter(Class clazz)
ClassAdapterFactory
getClassAdapter
in interface ClassAdapterFactory
clazz
- the class
public ClassAdapter getClassAdapter(String name, ClassLoader cl) throws ClassNotFoundException
ClassAdapterFactory
getClassAdapter
in interface ClassAdapterFactory
name
- the class namecl
- the classloader
ClassNotFoundException
- when there is no such classprotected ClassAdapter createClassAdapter(TypeInfo typeInfo)
typeInfo
- the type info
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |