Uses of Interface
org.glassfish.jersey.server.ResourceFinder
Packages that use ResourceFinder
Package
Description
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side internal resource scanning classes.
-
Uses of ResourceFinder in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with parameters of type ResourceFinderModifier and TypeMethodDescriptionfinal ResourceConfigResourceConfig.registerFinder(ResourceFinder resourceFinder) Add aResourceFindertoResourceConfig. -
Uses of ResourceFinder in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal that implement ResourceFinderModifier and TypeClassDescriptionclassThis class provides partial default implementation ofResourceFinder. -
Uses of ResourceFinder in org.glassfish.jersey.server.internal.scanning
Classes in org.glassfish.jersey.server.internal.scanning that implement ResourceFinderModifier and TypeClassDescriptionfinal classStackofResourceFinderinstances.final classA scanner that recursively scans directories and jar files.final classA utility class that scans entries in jar files.final classA scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.Methods in org.glassfish.jersey.server.internal.scanning with parameters of type ResourceFinder