Package org.glassfish.jersey.server.internal.scanning
package org.glassfish.jersey.server.internal.scanning
Jersey server-side internal resource scanning classes.
-
ClassDescriptionA scanner listener that processes Java class files (resource names ending in ".class") annotated with one or more of a set of declared annotations.
Stack
ofResourceFinder
instances.A scanner that recursively scans directories and jar files.A utility class that scans entries in jar files.A scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.Find resources with a given name and class loader.An runtime exception that may be thrown when scanning.Processes resources found byResourceFinder
.