Uses of Class
jakarta.ws.rs.ext.RuntimeDelegate
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of RuntimeDelegate in jakarta.ws.rs.ext
Modifier and TypeMethodDescriptionstatic RuntimeDelegate
RuntimeDelegate.getInstance()
Obtain aRuntimeDelegate
instance.Modifier and TypeMethodDescriptionstatic void
RuntimeDelegate.setInstance
(RuntimeDelegate rd) Set the runtime delegate that will be used by JAX-RS classes.