Uses of Interface
org.reflections.scanners.Scanner
-
Packages that use Scanner Package Description org.reflections org.reflections.scanners org.reflections.util -
-
Uses of Scanner in org.reflections
Methods in org.reflections that return types with arguments of type Scanner Modifier and Type Method Description java.util.Set<Scanner>
Configuration. getScanners()
the scanner instances used for scanning different metadataConstructors in org.reflections with parameters of type Scanner Constructor Description Reflections(java.lang.String prefix, Scanner... scanners)
a convenient constructor for scanning within a package prefix. -
Uses of Scanner in org.reflections.scanners
Classes in org.reflections.scanners that implement Scanner Modifier and Type Class Description class
AbstractScanner
class
FieldAnnotationsScanner
scans for field's annotationsclass
MemberUsageScanner
scans methods/constructors/fields usageclass
MethodAnnotationsScanner
class
MethodParameterNamesScanner
scans methods/constructors and indexes parameter namesclass
MethodParameterScanner
scans methods/constructors and indexes parameters, return type and parameter annotationsclass
ResourcesScanner
collects all resources that are not classes in a collectionclass
SubTypesScanner
scans for superclass and interfaces of a class, allowing a reverse lookup for subtypesclass
TypeAnnotationsScanner
scans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)class
TypeElementsScanner
scans fields and methods and stores fqn as key and elements as valuesMethods in org.reflections.scanners that return Scanner Modifier and Type Method Description Scanner
AbstractScanner. filterResultsBy(java.util.function.Predicate<java.lang.String> filter)
Scanner
Scanner. filterResultsBy(java.util.function.Predicate<java.lang.String> filter)
-
Uses of Scanner in org.reflections.util
Fields in org.reflections.util with type parameters of type Scanner Modifier and Type Field Description private java.util.Set<Scanner>
ConfigurationBuilder. scanners
Methods in org.reflections.util that return types with arguments of type Scanner Modifier and Type Method Description java.util.Set<Scanner>
ConfigurationBuilder. getScanners()
Methods in org.reflections.util with parameters of type Scanner Modifier and Type Method Description ConfigurationBuilder
ConfigurationBuilder. addScanners(Scanner... scanners)
set the scanners instances for scanning different metadataConfigurationBuilder
ConfigurationBuilder. setScanners(Scanner... scanners)
set the scanners instances for scanning different metadata
-