Package org.burningwave.core.classes
Interface ByteCodeHunter
- All Superinterfaces:
ClassPathScanner<JavaClass,ByteCodeHunter.SearchResult>
- All Known Implementing Classes:
ByteCodeHunterImpl
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classNested classes/interfaces inherited from interface org.burningwave.core.classes.ClassPathScanner
ClassPathScanner.Abst<I,C extends org.burningwave.core.classes.SearchContext<I>, R extends SearchResult<I>> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ByteCodeHuntercreate(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Map<?, ?> config) Methods inherited from interface org.burningwave.core.classes.ClassPathScanner
find, findBy
-
Method Details
-
create
static ByteCodeHunter create(PathHelper pathHelper, Object defaultPathScannerClassLoaderOrDefaultPathScannerClassLoaderSupplier, Map<?, ?> config)
-