Package org.reflections.scanners
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 boolean
acceptsInput
(String file) entries
(String key, Collection<String> values) entries
(Collection<String> keys, String value) default String
index()
unique index name for scannerscan
(javassist.bytecode.ClassFile classFile) scan the givenclassFile
and produces list ofMap.Entry
key/valuesscan the givenfile
and produces list ofMap.Entry
key/values