Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.classgraph |
Modifier and Type | Method and Description |
---|---|
static void |
ClassfileBinaryParser.readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
ClassInfo classInfo,
HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor)
Directly examine contents of classfile binary header, and write the information obtained into the classInfo
out-parameter.
|
Constructor and Description |
---|
ClassGraphBuilder(Collection<ClassInfo> relativePathToClassInfo) |
Copyright © 2015. All rights reserved.