Uses of Interface
org.reflections.scanners.Scanner
Packages that use Scanner
-
Uses of Scanner in org.reflections
Methods in org.reflections that return types with arguments of type ScannerModifier and TypeMethodDescriptionConfiguration.getScanners()
the scanner instances used for scanning different metadataConstructors in org.reflections with parameters of type ScannerModifierConstructorDescriptionReflections
(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 ScannerModifier and TypeClassDescriptionclass
class
scans for field's annotationsclass
scans methods/constructors/fields usageclass
class
scans methods/constructors and indexes parameter namesclass
scans methods/constructors and indexes parameters, return type and parameter annotationsclass
collects all resources that are not classes in a collectionclass
scans for superclass and interfaces of a class, allowing a reverse lookup for subtypesclass
scans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)class
scans fields and methods and stores fqn as key and elements as valuesMethods in org.reflections.scanners that return ScannerModifier and TypeMethodDescriptionAbstractScanner.filterResultsBy
(Predicate<String> filter) Scanner.filterResultsBy
(Predicate<String> filter) -
Uses of Scanner in org.reflections.util
Fields in org.reflections.util with type parameters of type ScannerMethods in org.reflections.util that return types with arguments of type ScannerMethods in org.reflections.util with parameters of type ScannerModifier and TypeMethodDescriptionConfigurationBuilder.addScanners
(Scanner... scanners) set the scanners instances for scanning different metadataConfigurationBuilder.setScanners
(Scanner... scanners) set the scanners instances for scanning different metadata