Class TypeElementsScanner
java.lang.Object
org.reflections.scanners.TypeElementsScanner
- All Implemented Interfaces:
Scanner
-
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
-
scan
-
isPublic
-
filterResultsBy
-
includeFields
-
includeFields
-
includeMethods
-
includeMethods
-
includeAnnotations
-
includeAnnotations
-
publicOnly
-
publicOnly
-