Package org.burningwave.core.classes
Interface ClassHunter
- All Superinterfaces:
ClassPathScanner<Class<?>,ClassHunter.SearchResult>,ClassPathScannerWithCachingSupport<Class<?>,ClassHunter.SearchResult>
public interface ClassHunter extends ClassPathScannerWithCachingSupport<Class<?>,ClassHunter.SearchResult>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClassHunter.Configurationstatic classClassHunter.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 ClassHuntercreate(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultClassLoaderSupplier, 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 ClassHunter create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultClassLoaderSupplier, Properties config)
-