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 classAbstractScannerclassFieldAnnotationsScannerscans for field's annotationsclassMemberUsageScannerscans methods/constructors/fields usageclassMethodAnnotationsScannerclassMethodParameterNamesScannerscans methods/constructors and indexes parameter namesclassMethodParameterScannerscans methods/constructors and indexes parameters, return type and parameter annotationsclassResourcesScannercollects all resources that are not classes in a collectionclassSubTypesScannerscans for superclass and interfaces of a class, allowing a reverse lookup for subtypesclassTypeAnnotationsScannerscans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)classTypeElementsScannerscans fields and methods and stores fqn as key and elements as valuesMethods in org.reflections.scanners that return Scanner Modifier and Type Method Description ScannerAbstractScanner. filterResultsBy(java.util.function.Predicate<java.lang.String> filter)ScannerScanner. 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. scannersMethods 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 ConfigurationBuilderConfigurationBuilder. addScanners(Scanner... scanners)set the scanners instances for scanning different metadataConfigurationBuilderConfigurationBuilder. setScanners(Scanner... scanners)set the scanners instances for scanning different metadata
-