Uses of Class
io.github.classgraph.ClassGraphClassLoader
Packages that use ClassGraphClassLoader
-
Uses of ClassGraphClassLoader in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraphClassLoaderModifier and TypeFieldDescriptionprivate ClassGraphClassLoader
ScanResult.classGraphClassLoader
A custom ClassLoader that can load classes found during the scan. -
Uses of ClassGraphClassLoader in nonapi.io.github.classgraph.classpath
Fields in nonapi.io.github.classgraph.classpath declared as ClassGraphClassLoaderModifier and TypeFieldDescriptionprivate ClassGraphClassLoader
ClasspathFinder.delegateClassGraphClassLoader
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 theClassGraphClassLoader
of the current scan, so that classes are compatible between nested scans (#485).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 theClassGraphClassLoader
of the current scan, so that classes are compatible between nested scans (#485).