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 TypeClassDescriptionclassclassscans for field's annotationsclassscans methods/constructors/fields usageclassclassscans methods/constructors and indexes parameter namesclassscans methods/constructors and indexes parameters, return type and parameter annotationsclasscollects all resources that are not classes in a collectionclassscans for superclass and interfaces of a class, allowing a reverse lookup for subtypesclassscans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)classscans 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