Class CustomClassLoaderConstructor


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

      • 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:
        loadingConfig - - options
        theRoot - - the class to instantiate
        theLoader - - the class loader to find the class definition