public interface Configuration
Reflections
it is preferred to use ConfigurationBuilder
| Modifier and Type | Method and Description |
|---|---|
ClassLoader[] |
getClassLoaders()
optional class loaders used for resolving types.
|
Predicate<String> |
getInputsFilter()
the fully qualified name filter used to filter types to be scanned.
|
Set<Scanner> |
getScanners()
the scanner instances used for indexing metadata.
|
Set<URL> |
getUrls()
the urls to be scanned.
|
boolean |
isParallel()
scan urls in parallel.
|
boolean |
shouldExpandSuperTypes()
if true (default), expand super types after scanning, for super types that were not scanned.
|
Set<Scanner> getScanners()
SubTypes and TypesAnnotated.Predicate<String> getInputsFilter()
boolean isParallel()
ClassLoader[] getClassLoaders()
boolean shouldExpandSuperTypes()
Copyright © 2023. All rights reserved.