Uses of Class
io.github.classgraph.Scanner.ClassfileScanWorkUnit
Packages that use Scanner.ClassfileScanWorkUnit
-
Uses of Scanner.ClassfileScanWorkUnit in io.github.classgraph
Classes in io.github.classgraph that implement interfaces with type arguments of type Scanner.ClassfileScanWorkUnitModifier and TypeClassDescriptionprivate static classWorkUnitProcessor for scanning classfiles.Fields in io.github.classgraph with type parameters of type Scanner.ClassfileScanWorkUnitModifier and TypeFieldDescriptionprivate List<Scanner.ClassfileScanWorkUnit> Classfile.additionalWorkUnitsAny additional work units scheduled for scanning.Methods in io.github.classgraph with parameters of type Scanner.ClassfileScanWorkUnitModifier and TypeMethodDescriptionvoidScanner.ClassfileScannerWorkUnitProcessor.processWorkUnit(Scanner.ClassfileScanWorkUnit workUnit, WorkQueue<Scanner.ClassfileScanWorkUnit> workQueue, LogNode log) Process work unit.Method parameters in io.github.classgraph with type arguments of type Scanner.ClassfileScanWorkUnitModifier and TypeMethodDescriptionvoidScanner.ClassfileScannerWorkUnitProcessor.processWorkUnit(Scanner.ClassfileScanWorkUnit workUnit, WorkQueue<Scanner.ClassfileScanWorkUnit> workQueue, LogNode log) Process work unit.Constructor parameters in io.github.classgraph with type arguments of type Scanner.ClassfileScanWorkUnitModifierConstructorDescription(package private)Classfile(ClasspathElement classpathElement, List<ClasspathElement> classpathOrder, Set<String> acceptedClassNamesFound, Set<String> classNamesScheduledForExtendedScanning, String relativePath, Resource classfileResource, boolean isExternalClass, ConcurrentHashMap<String, String> stringInternMap, WorkQueue<Scanner.ClassfileScanWorkUnit> workQueue, ScanSpec scanSpec, LogNode log) Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the super-class etc.