Package io.quarkus.test.common
Interface FacadeClassLoaderProvider
public interface FacadeClassLoaderProvider
This internal SPI is used by
io.quarkus.test.junit.classloading.FacadeClassLoader from quarkus-junit5 to extend its
functionality.-
Method Summary
-
Method Details
-
getClassLoader
- Parameters:
name- The binary name of a classparent-- Returns:
- the class loader or null if no dedicated CL exists for the given class
-