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 booleanprivate booleanprivate booleanprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilterResultsBy(Predicate<String> filter) includeAnnotations(boolean include) includeFields(boolean include) includeMethods(boolean include) private booleanpublicOnly(boolean only) scan(javassist.bytecode.ClassFile classFile) scan the givenclassFileand produces list ofMap.Entrykey/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