| Package | Description |
|---|---|
| org.reflections | |
| org.reflections.scanners | |
| org.reflections.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Reflections
Reflections one-stop-shop object
|
| Modifier and Type | Class and Description |
|---|---|
class |
Scanners
base Reflections
Scanners such as:
Scanners.SubTypes
Scanners.TypesAnnotated
Scanners.MethodsAnnotated
Scanners.ConstructorsAnnotated
Scanners.FieldsAnnotated
Scanners.Resources
Scanners.MethodsParameter
Scanners.ConstructorsParameter
Scanners.MethodsSignature
Scanners.ConstructorsSignature
Scanners.MethodsReturn
note that scanners must be configured in Configuration in order to be queried |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryBuilder
builder for store query
|
interface |
QueryFunction<C,T>
sam function for store query
apply(C) -> Set<T> |
Copyright © 2023. All rights reserved.