Class ModulesClassloaderContext

java.lang.Object
io.quarkus.deployment.jvm.ModulesClassloaderContext

final class ModulesClassloaderContext extends Object
Context for looking up modules in a classloader: encapsulates code dealing with the module layers, and provides a cache for the modules found. N.B. at this time, to be lenient during evolutions, any module which can't be found by name will resolve to the unnamed module of the reference classloader being passed to the constructor; this can be observed by setting log level to DEBUG of category io.quarkus.deployment.jvm.
  • Constructor Details

    • ModulesClassloaderContext

      public ModulesClassloaderContext(ClassLoader classloader)
  • Method Details