org.glassfish.gmbal.typelib
Class TypeEvaluator

java.lang.Object
  extended by org.glassfish.gmbal.typelib.TypeEvaluator

Author:
ken

Method Summary
static void dumpEvalClassMap()
           
static int evalClassMapSize()
           
static EvaluatedType getEvaluatedType(java.lang.Class cls)
          Given any generic java type, evaluate all of its type bounds and return an evaluated type.
static void setDebugLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setDebugLevel

public static void setDebugLevel(int level)

evalClassMapSize

public static int evalClassMapSize()

dumpEvalClassMap

public static void dumpEvalClassMap()

getEvaluatedType

public static EvaluatedType getEvaluatedType(java.lang.Class cls)
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