Uses of Class
io.quarkus.bootstrap.classloading.QuarkusClassLoader
Packages that use QuarkusClassLoader
-
Uses of QuarkusClassLoader in io.quarkus.bootstrap.app
Methods in io.quarkus.bootstrap.app that return QuarkusClassLoaderModifier and TypeMethodDescriptionCuratedApplication.createDeploymentClassLoader()CuratedApplication.createRuntimeClassLoader(ClassLoader base, Map<String, byte[]> resources, Map<String, byte[]> transformedClasses) CuratedApplication.createRuntimeClassLoader(Map<String, byte[]> resources, Map<String, byte[]> transformedClasses) CuratedApplication.getAugmentClassLoader()In most casesCuratedApplication.getOrCreateAugmentClassLoader()should be used but this can be useful if you want to be able to get this instance without creating it (and so potentially get null if it doesn't exist).CuratedApplication.getBaseRuntimeClassLoader()In most casesCuratedApplication.getOrCreateBaseRuntimeClassLoader()should be used but this can be useful if you want to be able to get this instance without creating it (and so potentially get null if it doesn't exist).StartupAction.getClassLoader()CuratedApplication.getOrCreateAugmentClassLoader()CuratedApplication.getOrCreateBaseRuntimeClassLoader()creates the base runtime class loader. -
Uses of QuarkusClassLoader in io.quarkus.bootstrap.classloading
Methods in io.quarkus.bootstrap.classloading that return QuarkusClassLoader