|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassAdapterFactory
A class adapter factory.
The ClassAdapterFactory serves as the entry point for deciding whether it supports the class. e.g. the AOP ClassAdapterFactory may return null allowing the microcontainer to default back to reflection for the class.
Method Summary | |
---|---|
ClassAdapter |
getClassAdapter(Class<?> clazz)
Get a class adapter |
ClassAdapter |
getClassAdapter(String name,
ClassLoader cl)
Get a class adapter |
ClassAdapter |
getClassAdapter(TypeInfo typeInfo)
Get a class adapter |
Configuration |
getConfiguration()
Get the configuration. |
void |
setConfiguration(Configuration configuration)
Set the typeInfoFactory. |
Method Detail |
---|
ClassAdapter getClassAdapter(String name, ClassLoader cl) throws ClassNotFoundException
name
- the class namecl
- the classloader
ClassNotFoundException
- when there is no such classClassAdapter getClassAdapter(Class<?> clazz)
clazz
- the class
ClassAdapter getClassAdapter(TypeInfo typeInfo)
typeInfo
- the type info
Configuration getConfiguration()
void setConfiguration(Configuration configuration)
configuration
- the configuration.
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |