|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.metatype.api.types.MetaTypeFactory
public abstract class MetaTypeFactory
MetaTypeFactory.
| Constructor Summary | |
|---|---|
MetaTypeFactory()
|
|
| Method Summary | |
|---|---|
static MetaTypeFactory |
getInstance()
Get the metatype factory |
MetaType |
resolve(String className,
ClassLoader classLoader)
Resolve a metatype |
abstract MetaType |
resolve(Type type)
Resolve a metatype |
abstract MetaType |
resolve(org.jboss.reflect.spi.TypeInfo type)
Resolve a metatype |
abstract void |
setBuilder(Class<?> clazz,
MetaTypeBuilder builder)
Set a meta type builder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaTypeFactory()
| Method Detail |
|---|
public static final MetaTypeFactory getInstance()
public abstract MetaType resolve(Type type)
type - the type
IllegalArgumentException - for a null typepublic abstract MetaType resolve(org.jboss.reflect.spi.TypeInfo type)
type - the type
IllegalArgumentException - for a null type
public MetaType resolve(String className,
ClassLoader classLoader)
throws ClassNotFoundException
className - the class nameclassLoader - the classloader
IllegalArgumentException - for a null className or classloader
ClassNotFoundException - when the class is not found
public abstract void setBuilder(Class<?> clazz,
MetaTypeBuilder builder)
clazz - the classbuilder - the builder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||