Class PrimitiveClassLoaderUtil


  • public class PrimitiveClassLoaderUtil
    extends Object
    PrimitiveClassLoaderUtil

    Util for centralizing the logic for handling primitive types during classloading. Use the loadClass(String, ClassLoader) to centralize the logic of checking for primitive types to ensure that the ClassLoader.loadClass(String) method is not invoked for primitives.

    Version:
    $Revision: $
    Author:
    Jaikiran Pai