Uses of Interface
jakarta.ws.rs.container.ResourceInfo
Packages that use ResourceInfo
Package
Description
Container-specific JAX-RS API.
-
Uses of ResourceInfo in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container with parameters of type ResourceInfoModifier and TypeMethodDescriptionvoidDynamicFeature.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. the providers that should be dynamically bound to the method. -
Uses of ResourceInfo in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceInfo -
Uses of ResourceInfo in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ResourceInfoModifier and TypeMethodDescriptionvoidCacheControlFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable) voidClientContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable) voidRoleBasedSecurityFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable) voidServerContentEncodingAnnotationFeature.configure(ResourceInfo resourceInfo, FeatureContext configurable)