Package org.burningwave.core.classes
Interface ClassPathHunter
- All Superinterfaces:
ClassPathScanner<Collection<Class<?>>,ClassPathHunter.SearchResult>,ClassPathScannerWithCachingSupport<Collection<Class<?>>,ClassPathHunter.SearchResult>
public interface ClassPathHunter extends ClassPathScannerWithCachingSupport<Collection<Class<?>>,ClassPathHunter.SearchResult>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClassPathHunter.Configurationstatic classClassPathHunter.SearchResultNested classes/interfaces inherited from interface org.burningwave.core.classes.ClassPathScannerWithCachingSupport
ClassPathScannerWithCachingSupport.Abst<I,C extends org.burningwave.core.classes.SearchContext<I>,R extends SearchResult<I>>, ClassPathScannerWithCachingSupport.CacheScanner<I,R extends SearchResult<I>> -
Method Summary
Static Methods Modifier and Type Method Description static ClassPathHuntercreate(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Properties config)Methods inherited from interface org.burningwave.core.classes.ClassPathScanner
find, findByMethods inherited from interface org.burningwave.core.classes.ClassPathScannerWithCachingSupport
clearCache, clearCache, findAndCache, findBy, loadInCache
-
Method Details
-
create
static ClassPathHunter create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Properties config)
-