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