public interface TypeInfoFactory
Modifier and Type | Method and Description |
---|---|
TypeInfo |
getTypeInfo(Class<?> clazz)
Get a type info
|
TypeInfo |
getTypeInfo(String name,
ClassLoader cl)
Get a type info
|
TypeInfo |
getTypeInfo(Type type)
Get a type info
|
TypeInfo getTypeInfo(String name, ClassLoader cl) throws ClassNotFoundException
name
- the class namecl
- the classloaderClassNotFoundException
- when there is no such classTypeInfo getTypeInfo(Class<?> clazz)
clazz
- the classCopyright © 2017 JBoss by Red Hat. All rights reserved.