Uses of Interface
io.github.lukehutch.fastclasspathscanner.matchprocessor.SubclassMatchProcessor
-
Packages that use SubclassMatchProcessor Package Description io.github.lukehutch.fastclasspathscanner io.github.lukehutch.fastclasspathscanner.scanner -
-
Uses of SubclassMatchProcessor in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type SubclassMatchProcessor Modifier and Type Method Description <T> FastClasspathScannerFastClasspathScanner. matchSubclassesOf(Class<T> superclass, SubclassMatchProcessor<T> subclassMatchProcessor)Calls the provided SubclassMatchProcessor if classes are found on the classpath that extend the specified superclass. -
Uses of SubclassMatchProcessor in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type SubclassMatchProcessor Modifier and Type Method Description <T> voidScanSpec. matchSubclassesOf(Class<T> superclass, SubclassMatchProcessor<T> subclassMatchProcessor)Calls the provided SubclassMatchProcessor if classes are found on the classpath that extend the specified superclass.
-