Package | Description |
---|---|
org.reflections | |
org.reflections.scanners | |
org.reflections.util |
Modifier and Type | Method and Description |
---|---|
Set<Scanner> |
Configuration.getScanners()
the scanner instances used for scanning different metadata
|
Constructor and Description |
---|
Reflections(String prefix,
Scanner... scanners)
a convenient constructor for scanning within a package prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScanner |
class |
FieldAnnotationsScanner
scans for field's annotations
|
class |
MemberUsageScanner
scans methods/constructors/fields usage
|
class |
MethodAnnotationsScanner |
class |
MethodParameterNamesScanner
scans methods/constructors and indexes parameter names
|
class |
MethodParameterScanner
scans methods/constructors and indexes parameters, return type and parameter annotations
|
class |
ResourcesScanner
collects all resources that are not classes in a collection
|
class |
SubTypesScanner
scans for superclass and interfaces of a class, allowing a reverse lookup for subtypes
|
class |
TypeAnnotationsScanner
scans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)
|
class |
TypeElementsScanner
scans fields and methods and stores fqn as key and elements as values
|
class |
TypesScanner
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Scanner |
Scanner.filterResultsBy(com.google.common.base.Predicate<String> filter) |
Scanner |
AbstractScanner.filterResultsBy(com.google.common.base.Predicate<String> filter) |
Modifier and Type | Method and Description |
---|---|
Set<Scanner> |
ConfigurationBuilder.getScanners() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.addScanners(Scanner... scanners)
set the scanners instances for scanning different metadata
|
ConfigurationBuilder |
ConfigurationBuilder.setScanners(Scanner... scanners)
set the scanners instances for scanning different metadata
|
Copyright © 2015. All rights reserved.