Uses of Class
io.github.classgraph.Classfile.SkipClassException
Packages that use Classfile.SkipClassException
-
Uses of Classfile.SkipClassException in io.github.classgraph
Methods in io.github.classgraph that throw Classfile.SkipClassExceptionModifier and TypeMethodDescriptionprivate void
Classfile.readBasicClassInfo()
Read basic class information.Constructors in io.github.classgraph that throw Classfile.SkipClassExceptionModifierConstructorDescription(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.