Interface Scanner
- All Known Implementing Classes:
AbstractScanner, FieldAnnotationsScanner, MemberUsageScanner, MethodAnnotationsScanner, MethodParameterNamesScanner, MethodParameterScanner, ResourcesScanner, Scanners, SubTypesScanner, TypeAnnotationsScanner, TypeElementsScanner
public interface Scanner
Scanner
see more in
scan(ClassFile) method receives a ClassFile and produce a list of Map.Entry.
These key/values will be stored under index() for querying.
see more in
Scanners-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanacceptsInput(String file) entries(String key, Collection<String> values) entries(Collection<String> keys, String value) default Stringindex()unique index name for scannerscan(javassist.bytecode.ClassFile classFile) scan the givenclassFileand produces list ofMap.Entrykey/valuesscan the givenfileand produces list ofMap.Entrykey/values
-
Method Details
-
scan
-
scan
-
index
unique index name for scanner -
acceptsInput
-
entry
-
entries
-
entries
-
entries
-