org.glassfish.gmbal.typelib
Class TypeEvaluator
java.lang.Object
org.glassfish.gmbal.typelib.TypeEvaluator
public class TypeEvaluator
- extends Object
- Author:
- ken
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setDebugLevel
public static void setDebugLevel(int level)
evalClassMapSize
public static int evalClassMapSize()
dumpEvalClassMap
public static void dumpEvalClassMap()
getEvaluatedType
public static EvaluatedType getEvaluatedType(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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.