Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.classgraph | |
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
ClassfileBinaryParser.readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor,
ScanSpec scanSpec)
Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the
super-class etc.
|
Constructor and Description |
---|
ClassGraphBuilder(Collection<ClassInfo> classInfoFromScan,
ScanSpec scanSpec) |
Constructor and Description |
---|
RecursiveScanner(ClasspathFinder classpathFinder,
ScanSpec scanSpec)
Recursive classpath scanner.
|
Copyright © 2016. All rights reserved.