Uses of Class
jakarta.ws.rs.ext.RuntimeDelegate
-
Packages that use RuntimeDelegate Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi -
-
Uses of RuntimeDelegate in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return RuntimeDelegate Modifier and Type Method Description static RuntimeDelegateRuntimeDelegate. getInstance()Obtain aRuntimeDelegateinstance.Methods in jakarta.ws.rs.ext with parameters of type RuntimeDelegate Modifier and Type Method Description static voidRuntimeDelegate. setInstance(RuntimeDelegate rd)Set the runtime delegate that will be used by JAX-RS classes. -
Uses of RuntimeDelegate in org.jboss.resteasy.client.jaxrs.internal
Subclasses of RuntimeDelegate in org.jboss.resteasy.client.jaxrs.internal Modifier and Type Class Description classLocalResteasyProviderFactoryA version of ResteasyProviderFactory which does not reference its parent after it is created. -
Uses of RuntimeDelegate in org.jboss.resteasy.core
Subclasses of RuntimeDelegate in org.jboss.resteasy.core Modifier and Type Class Description classThreadLocalResteasyProviderFactoryAllow applications to push/pop provider factories onto the stack. -
Uses of RuntimeDelegate in org.jboss.resteasy.core.providerfactory
Subclasses of RuntimeDelegate in org.jboss.resteasy.core.providerfactory Modifier and Type Class Description classResteasyProviderFactoryDelegateA ResteasyProviderFactoryDelegate.classResteasyProviderFactoryImpl -
Uses of RuntimeDelegate in org.jboss.resteasy.spi
Subclasses of RuntimeDelegate in org.jboss.resteasy.spi Modifier and Type Class Description classResteasyProviderFactory
-