Interface FacadeClassLoaderProvider


public interface FacadeClassLoaderProvider
This internal SPI is used by io.quarkus.test.junit.classloading.FacadeClassLoader from quarkus-junit to extend its functionality.
  • Method Details

    • getClassLoader

      ClassLoader getClassLoader(String name, ClassLoader parent)
      Parameters:
      name - The binary name of a class
      parent -
      Returns:
      the class loader or null if no dedicated CL exists for the given class