Class CustomClassLoaderConstructor


public class CustomClassLoaderConstructor extends Constructor
Construct instances with a custom Class Loader.
  • Field Details

  • Constructor Details

    • CustomClassLoaderConstructor

      public CustomClassLoaderConstructor(ClassLoader cLoader)
      Create
      Parameters:
      cLoader - the class loader to find the class definition
    • CustomClassLoaderConstructor

      public CustomClassLoaderConstructor(Class<? extends Object> theRoot, ClassLoader theLoader)
      Create
      Parameters:
      theRoot - - the class to instantiate
      theLoader - - the class loader to find the class definition
  • Method Details