Uses of Class
jakarta.ws.rs.ext.RuntimeDelegate
Packages that use RuntimeDelegate
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of RuntimeDelegate in jakarta.ws.rs.ext
Fields in jakarta.ws.rs.ext declared as RuntimeDelegateMethods in jakarta.ws.rs.ext that return RuntimeDelegateModifier and TypeMethodDescriptionprivate static RuntimeDelegate
RuntimeDelegate.findDelegate()
Obtain aRuntimeDelegate
instance using the method described ingetInstance()
.static RuntimeDelegate
RuntimeDelegate.getInstance()
Obtain aRuntimeDelegate
instance.Methods in jakarta.ws.rs.ext with parameters of type RuntimeDelegateModifier and TypeMethodDescriptionstatic void
RuntimeDelegate.setInstance
(RuntimeDelegate rd) Set the runtime delegate that will be used by JAX-RS classes.