fr.dyade.aaa.util
Class TypeLoader
java.lang.Object
fr.dyade.aaa.util.TypeLoader
public class TypeLoader
extends java.lang.Object
static Class | loadType(String typeName, ClassLoader classLoader) - If the specified type is primitive,
the associated wrapper class is returned
(e.g.
|
loadType
public static Class loadType(String typeName,
ClassLoader classLoader)
If the specified type is primitive,
the associated wrapper class is returned
(e.g. java.lang.Long for a primitive long).
- the type or
NULL
if
it has not been found.
Copyright B) 2004 Scalagent - All rights reserved