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