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 indexing metadata. defaults toSubTypesandTypesAnnotated.Methods in org.reflections with parameters of type ScannerModifier and TypeMethodDescriptionreturns all key and values scanned by the givenscannerConstructors in org.reflections with parameters of type ScannerModifierConstructorDescriptionReflections(String prefix, Scanner... scanners) constructs Reflections instance and scan according to the given packageprefixand optionalscanners -
Uses of Scanner in org.reflections.scanners
Classes in org.reflections.scanners that implement ScannerModifier and TypeClassDescriptionclassDeprecated.classscan methods/constructors/fields usageclassDeprecated.classclassDeprecated.classDeprecated.enumbase ReflectionsScanners such as:Scanners.SubTypesScanners.TypesAnnotatedScanners.MethodsAnnotatedScanners.ConstructorsAnnotatedScanners.FieldsAnnotatedScanners.ResourcesScanners.MethodsParameterScanners.ConstructorsParameterScanners.MethodsSignatureScanners.ConstructorsSignatureScanners.MethodsReturnnote that scanners must be configured inConfigurationin order to be queriedclassDeprecated.classDeprecated.classscan types, annotations, methods and fields, and stores fqn as key and elements as valuesFields in org.reflections.scanners declared as ScannerModifier and TypeFieldDescriptionprotected final ScannerAbstractScanner.scannerDeprecated.protected final ScannerAbstractScanner.scannerDeprecated.protected final ScannerAbstractScanner.scannerDeprecated.protected final ScannerAbstractScanner.scannerDeprecated.protected final ScannerAbstractScanner.scannerDeprecated.protected final ScannerAbstractScanner.scannerDeprecated.Methods in org.reflections.scanners that return Scanner -
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