Class CustomClassLoaderConstructor


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

  • Constructor Details

    • CustomClassLoaderConstructor

      public CustomClassLoaderConstructor(ClassLoader loader, LoaderOptions loadingConfig)
      Create
      Parameters:
      loader - - the class loader to find the class definition
      loadingConfig - - options
    • CustomClassLoaderConstructor

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