public class ClassfileBinaryParser extends Object
Constructor and Description |
---|
ClassfileBinaryParser() |
Modifier and Type | Method and Description |
---|---|
static ClassInfo |
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.
|
public static ClassInfo readClassInfoFromClassfileHeader(String relativePath, InputStream inputStream, HashMap<String,HashMap<String,StaticFinalFieldMatchProcessor>> classNameToStaticFieldnameToMatchProcessor, ArrayList<String> whitelistClassRefPrefix, ArrayList<String> blacklistClassRefPrefix)
Copyright © 2016. All rights reserved.