Uses of Interface
javax.ws.rs.container.ResourceInfo
-
Packages that use ResourceInfo Package Description javax.ws.rs.container Container-specific JAX-RS API. -
-
Uses of ResourceInfo in javax.ws.rs.container
Methods in javax.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.
-