Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner.classgraph | |
io.github.lukehutch.fastclasspathscanner.utils |
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
ClassfileBinaryParser.readClassInfoFromClassfileHeader(String relativePath,
InputStream inputStream,
HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor,
ArrayList<String> whitelistClassRefPrefix,
ArrayList<String> blacklistClassRefPrefix)
Directly examine contents of classfile binary header to determine annotations, implemented interfaces, the
super-class etc.
|
Constructor and Description |
---|
ClassGraphBuilder(Collection<ClassInfo> classInfoFromScan) |
Modifier and Type | Method and Description |
---|---|
static Collection<ClassInfo> |
Utils.mergeScalaAuxClasses(Collection<ClassInfo> classInfoFromScan)
Merge ClassInfo for Scala's companion objects (ending in "$") and trait methods class (ending in "$class")
into the ClassInfo object for the base class that they are associated with.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ClassInfo> |
Utils.mergeScalaAuxClasses(Collection<ClassInfo> classInfoFromScan)
Merge ClassInfo for Scala's companion objects (ending in "$") and trait methods class (ending in "$class")
into the ClassInfo object for the base class that they are associated with.
|
Copyright © 2015. All rights reserved.