Uses of Interface
io.github.lukehutch.fastclasspathscanner.matchprocessor.SubinterfaceMatchProcessor
-
Packages that use SubinterfaceMatchProcessor Package Description io.github.lukehutch.fastclasspathscanner io.github.lukehutch.fastclasspathscanner.scanner -
-
Uses of SubinterfaceMatchProcessor in io.github.lukehutch.fastclasspathscanner
Methods in io.github.lukehutch.fastclasspathscanner with parameters of type SubinterfaceMatchProcessor Modifier and Type Method Description <T> FastClasspathScanner
FastClasspathScanner. matchSubinterfacesOf(Class<T> superinterface, SubinterfaceMatchProcessor<T> subinterfaceMatchProcessor)
Calls the provided SubinterfaceMatchProcessor if an interface that extends a given superinterface is found on the classpath. -
Uses of SubinterfaceMatchProcessor in io.github.lukehutch.fastclasspathscanner.scanner
Methods in io.github.lukehutch.fastclasspathscanner.scanner with parameters of type SubinterfaceMatchProcessor Modifier and Type Method Description <T> void
ScanSpec. matchSubinterfacesOf(Class<T> superinterface, SubinterfaceMatchProcessor<T> subinterfaceMatchProcessor)
Calls the provided SubinterfaceMatchProcessor if an interface that extends a given superinterface is found on the classpath.
-