Uses of Class
io.github.classgraph.ClassGraphClassLoader
-
Packages that use ClassGraphClassLoader Package Description io.github.classgraph nonapi.io.github.classgraph.classpath -
-
Uses of ClassGraphClassLoader in io.github.classgraph
Fields in io.github.classgraph declared as ClassGraphClassLoader Modifier and Type Field Description private 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 ClassGraphClassLoader Modifier and Type Field Description private 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 ClassGraphClassLoader Modifier and Type Method Description ClassGraphClassLoader
ClasspathFinder. 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).
-