Uses of Interface
jakarta.ws.rs.container.ResourceInfo
-
Packages that use ResourceInfo Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.glassfish.jersey.server.filter Provides core server filters.org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. -
-
Uses of ResourceInfo in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type ResourceInfo Modifier and Type Method Description voidDynamicFeature. configure(ResourceInfo resourceInfo, FeatureContext context)A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in aruntime configurationscope of a particularresource or sub-resource method; i.e. -
Uses of ResourceInfo in org.glassfish.jersey.server.filter
Methods in org.glassfish.jersey.server.filter with parameters of type ResourceInfo Modifier and Type Method Description voidRolesAllowedDynamicFeature. configure(ResourceInfo resourceInfo, FeatureContext configuration) -
Uses of ResourceInfo in org.glassfish.jersey.server.internal.routing
Subinterfaces of ResourceInfo in org.glassfish.jersey.server.internal.routing Modifier and Type Interface Description interfaceRoutingContextJersey request matching and routing context.Classes in org.glassfish.jersey.server.internal.routing that implement ResourceInfo Modifier and Type Class Description classUriRoutingContextDefault implementation of the routing context as well as URI information provider. -
Uses of ResourceInfo in org.glassfish.jersey.server.model
Classes in org.glassfish.jersey.server.model that implement ResourceInfo Modifier and Type Class Description classResourceMethodInvokerServer-side request-responseinflectorfor invoking methods of annotation-based resource classes.
-