Package org.burningwave.core.classes
Interface ClassPathScanner<I,R extends SearchResult<I>>
- All Known Subinterfaces:
ByteCodeHunter,ClassHunter,ClassPathHunter,ClassPathScannerWithCachingSupport<I,R>
- All Known Implementing Classes:
ByteCodeHunterImpl
public interface ClassPathScanner<I,R extends SearchResult<I>>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClassPathScanner.Abst<I,C extends org.burningwave.core.classes.SearchContext<I>,R extends SearchResult<I>>static classClassPathScanner.Configuration -
Method Summary
Modifier and Type Method Description Rfind()RfindBy(SearchConfig searchConfig)
-
Method Details
-
find
R find() -
findBy
-