|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.typedef.TypeDefs
public final class TypeDefs
This is the central and basic factory class for TypeDef objects. Every
TypeDef object should be exclusively obtained by means of this class's methods.
| Method Summary | |
|---|---|
static TypeDef |
forClass(Class<?> typeClass)
Retrieves the TypeDef object corresponding with the given class. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static TypeDef forClass(Class<?> typeClass)
Retrieves the TypeDef object corresponding with the given class.
typeClass - the class which TypeDef must be obtained.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||