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