Package io.quarkus.deployment.jvm
Class ModulesClassloaderContext
java.lang.Object
io.quarkus.deployment.jvm.ModulesClassloaderContext
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ModulesClassloaderContext
-
-
Method Details
-
findModule
-