public interface Configuration
Reflections
it is preferred to use ConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
ClassLoader[] |
getClassLoaders()
get class loaders, might be used for resolving methods/fields
|
ExecutorService |
getExecutorService()
executor service used to scan files.
|
Predicate<String> |
getInputsFilter()
get the fully qualified name filter used to filter types to be scanned
|
MetadataAdapter |
getMetadataAdapter()
the metadata adapter used to fetch metadata from classes
|
Set<Scanner> |
getScanners()
the scanner instances used for scanning different metadata
|
Serializer |
getSerializer()
the default serializer to use when saving Reflection
|
Set<URL> |
getUrls()
the urls to be scanned
|
boolean |
shouldExpandSuperTypes()
if true (default), expand super types after scanning, for super types that were not scanned.
|
MetadataAdapter getMetadataAdapter()
Predicate<String> getInputsFilter()
ExecutorService getExecutorService()
Serializer getSerializer()
ClassLoader[] getClassLoaders()
boolean shouldExpandSuperTypes()
Copyright © 2022. All rights reserved.