|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Configuration.
Provides configuration options.
| Method Summary | |
|---|---|
BeanInfo |
getBeanInfo(Class clazz)
Get the bean info |
BeanInfo |
getBeanInfo(String className,
ClassLoader cl)
Get the bean info |
BeanInfo |
getBeanInfo(TypeInfo type)
Get the bean info |
ClassInfo |
getClassInfo(Class clazz)
Get the class info for a class |
ClassInfo |
getClassInfo(String className,
ClassLoader cl)
Get the class info for a class |
DependencyBuilder |
getDependencyBuilder()
Get the dependency builder |
JoinpointFactoryBuilder |
getJoinpointFactoryBuilder()
Get the joinpoint factory builder |
TypeInfo |
getTypeInfo(Type type)
Get the type info for a type |
TypeInfoFactory |
getTypeInfoFactory()
Get the type info factory |
| Method Detail |
|---|
BeanInfo getBeanInfo(String className,
ClassLoader cl)
throws ClassNotFoundException
className - the class namecl - the classloader
ClassNotFoundException - when the class could not be loadedBeanInfo getBeanInfo(Class clazz)
clazz - the class
BeanInfo getBeanInfo(TypeInfo type)
type - the type info
ClassInfo getClassInfo(String className,
ClassLoader cl)
throws ClassNotFoundException
className - the class namecl - the classloader
ClassNotFoundException - when the class could not be loadedClassInfo getClassInfo(Class clazz)
clazz - the class
TypeInfo getTypeInfo(Type type)
type - the type
IllegalArgumentException - for a null typeTypeInfoFactory getTypeInfoFactory()
DependencyBuilder getDependencyBuilder()
JoinpointFactoryBuilder getJoinpointFactoryBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||