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