fr.dyade.aaa.util

Class TypeLoader


public class TypeLoader
extends java.lang.Object

Method Summary

static Class
loadType(String typeName, ClassLoader classLoader)
If the specified type is primitive, the associated wrapper class is returned (e.g.

Method Details

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).

Returns:
the type or NULL if it has not been found.


Copyright B) 2004 Scalagent - All rights reserved