| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner | |
| io.github.lukehutch.fastclasspathscanner.scanner |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.