Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.classfileparser | |
io.github.lukehutch.fastclasspathscanner.scanner |
Modifier and Type | Method and Description |
---|---|
ClassInfoUnlinked |
ClassfileBinaryParser.readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
Map<String,HashSet<String>> classNameToStaticFinalFieldsToMatch,
ConcurrentHashMap<String,String> stringInternMap)
Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the
super-class etc.
|
Modifier and Type | Field and Description |
---|---|
static ClassInfoUnlinked |
ClassInfoUnlinked.END_OF_QUEUE
End of queue marker used for worker threads
|
Copyright © 2016. All rights reserved.