Uses of Class
io.github.classgraph.ClassGraphClassLoader
Packages that use ClassGraphClassLoader
-
Uses of ClassGraphClassLoader in nonapi.io.github.classgraph.classpath
Methods in nonapi.io.github.classgraph.classpath that return ClassGraphClassLoaderModifier and TypeMethodDescriptionClasspathFinder.getDelegateClassGraphClassLoader()If one of the classloaders that was found was an existing instance ofClassGraphClassLoader, then delegate to that classloader first rather than trying to load from theClassGraphClassLoaderof the current scan, so that classes are compatible between nested scans (#485).