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 indexing metadata.Methods in org.reflections with parameters of type Scanner Modifier and Type Method Description java.util.Set<java.lang.String>
Reflections. getAll(Scanner scanner)
returns all key and values scanned by the givenscanner
Constructors in org.reflections with parameters of type Scanner Constructor Description Reflections(java.lang.String prefix, Scanner... scanners)
constructs Reflections instance and scan according to the given packageprefix
and optionalscanners
-
Uses of Scanner in org.reflections.scanners
Fields in org.reflections.scanners declared as Scanner Modifier and Type Field Description protected Scanner
AbstractScanner. scanner
Deprecated.Methods in org.reflections.scanners that return Scanner Modifier and Type Method Description Scanner
MemberUsageScanner. filterResultsBy(java.util.function.Predicate<java.lang.String> filter)
Constructors in org.reflections.scanners with parameters of type Scanner Constructor Description AbstractScanner(Scanner scanner)
Deprecated. -
Uses of Scanner in org.reflections.util
Fields in org.reflections.util with type parameters of type Scanner Modifier and Type Field Description static java.util.Set<Scanner>
ConfigurationBuilder. DEFAULT_SCANNERS
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
-