Package org.glassfish.gmbal.typelib
Class TypeEvaluator
java.lang.Object
org.glassfish.gmbal.typelib.TypeEvaluator
- Author:
- ken
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic intstatic EvaluatedTypegetEvaluatedType(Class cls) Given any generic java type, evaluate all of its type bounds and return an evaluated type.static voidsetDebugLevel(int level)
-
Method Details
-
setDebugLevel
public static void setDebugLevel(int level) -
evalClassMapSize
public static int evalClassMapSize() -
dumpEvalClassMap
public static void dumpEvalClassMap() -
getEvaluatedType
Given any generic java type, evaluate all of its type bounds and return an evaluated type.- Parameters:
cls- The java type to evaluate- Returns:
- The evaluated type
-