Package io.microsphere.io.scanner
-
Interface Summary Interface Description Scanner<S,R> A component that scans elements of typeSand produces a set of results of typeR. -
Class Summary Class Description SimpleClassScanner A simple scanner for scanningClassobjects under a specified package or archive.SimpleFileScanner Simple File Scanner (Single-Thread)SimpleJarEntryScanner A simple scanner forJarEntrythat provides methods to scan and filter entries within a JAR file.