Package org.reflections.scanners
Class TypeElementsScanner
java.lang.Object
org.reflections.scanners.TypeElementsScanner
- All Implemented Interfaces:
Scanner
scan types, annotations, methods and fields, and stores fqn as key and elements as values
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterResultsBy
(Predicate<String> filter) includeAnnotations
(boolean include) includeFields
(boolean include) includeMethods
(boolean include) private boolean
publicOnly
(boolean only) scan
(javassist.bytecode.ClassFile classFile) scan the givenclassFile
and produces list ofMap.Entry
key/values
-
Field Details
-
includeFields
private boolean includeFields -
includeMethods
private boolean includeMethods -
includeAnnotations
private boolean includeAnnotations -
publicOnly
private boolean publicOnly -
resultFilter
-
-
Constructor Details
-
TypeElementsScanner
public TypeElementsScanner()
-
-
Method Details