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. |
com.google.common.base.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 |
MetadataAdapter getMetadataAdapter()
@Nullablecom.google.common.base.Predicate<String> getInputsFilter()
ExecutorService getExecutorService()
Serializer getSerializer()
@NullableClassLoader[] getClassLoaders()
Copyright © 2015. All rights reserved.