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