|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.reflect.TypeConverter
Methods to convert Class to Java type names. Handles array types and the constructor "return" type.
Constructor Summary | |
TypeConverter()
|
Method Summary | |
static String |
convertTypeToJava(Class type)
Converts a Class to its Java language declaration equivalent. |
static String[] |
convertTypeToJava(Class[] types)
Converts an array of Classes to their Java language declaration equivalents. |
static String |
convertTypeToJava(com.thoughtworks.qdox.model.Type type)
Converts a QDox type to a Java language declaration equivalent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TypeConverter()
Method Detail |
public static String[] convertTypeToJava(Class[] types)
types
- is the array of Class
objects.
null
types, this method returns
"void"s.public static String convertTypeToJava(Class type)
type
- is the Class
object.
null
type, this method returns "void".public static String convertTypeToJava(com.thoughtworks.qdox.model.Type type)
type
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |