Package | Description |
---|---|
org.reflections.scanners |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.