Package org.burningwave.core.classes
Interface ByteCodeHunter
- All Superinterfaces:
ClassPathScanner<JavaClass,ByteCodeHunter.SearchResult>,ClassPathScannerWithCachingSupport<JavaClass,ByteCodeHunter.SearchResult>
- All Known Implementing Classes:
ByteCodeHunterImpl
public interface ByteCodeHunter extends ClassPathScannerWithCachingSupport<JavaClass,ByteCodeHunter.SearchResult>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classByteCodeHunter.Configurationstatic classByteCodeHunter.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 ByteCodeHuntercreate(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 ByteCodeHunter create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Properties config)
-