| Constructor and Description |
|---|
TypeElementsScanner() |
| Modifier and Type | Method and Description |
|---|---|
TypeElementsScanner |
filterResultsBy(Predicate<String> filter) |
TypeElementsScanner |
includeAnnotations() |
TypeElementsScanner |
includeAnnotations(boolean include) |
TypeElementsScanner |
includeFields() |
TypeElementsScanner |
includeFields(boolean include) |
TypeElementsScanner |
includeMethods() |
TypeElementsScanner |
includeMethods(boolean include) |
TypeElementsScanner |
publicOnly() |
TypeElementsScanner |
publicOnly(boolean only) |
List<Map.Entry<String,String>> |
scan(javassist.bytecode.ClassFile classFile)
scan the given
classFile and produces list of Map.Entry key/values |
public List<Map.Entry<String,String>> scan(javassist.bytecode.ClassFile classFile)
ScannerclassFile and produces list of Map.Entry key/valuespublic TypeElementsScanner filterResultsBy(Predicate<String> filter)
public TypeElementsScanner includeFields()
public TypeElementsScanner includeFields(boolean include)
public TypeElementsScanner includeMethods()
public TypeElementsScanner includeMethods(boolean include)
public TypeElementsScanner includeAnnotations()
public TypeElementsScanner includeAnnotations(boolean include)
public TypeElementsScanner publicOnly(boolean only)
public TypeElementsScanner publicOnly()
Copyright © 2021. All rights reserved.