Uses of Interface
jakarta.ws.rs.container.ResourceInfo
-
Packages that use ResourceInfo Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.jboss.resteasy.core org.jboss.resteasy.plugins.interceptors -
-
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.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as ResourceInfo Modifier and Type Field Description protected ResourceInfoResourceMethodInvoker. resourceInfo -
Uses of ResourceInfo in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ResourceInfo Modifier and Type Method Description voidCacheControlFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidClientContentEncodingAnnotationFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidRoleBasedSecurityFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)voidServerContentEncodingAnnotationFeature. configure(ResourceInfo resourceInfo, FeatureContext configurable)
-