Package org.glassfish.jersey.server.internal.scanning
Jersey server-side internal resource scanning classes.
-
Interface Summary Interface Description ResourceProcessor Processes resources found byResourceFinder. -
Class Summary Class Description AnnotationAcceptingListener A scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.CompositeResourceFinder StackofResourceFinderinstances.FilesScanner A scanner that recursively scans directories and jar files.JarFileScanner A utility class that scans entries in jar files.PackageNamesScanner A scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.PackageNamesScanner.ResourcesProvider Find resources with a given name and class loader. -
Exception Summary Exception Description ResourceFinderException An runtime exception that may be thrown when scanning.