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. -
-
Uses of RuntimeDelegate in jakarta.ws.rs.ext
Fields in jakarta.ws.rs.ext declared as RuntimeDelegate Modifier and Type Field Description private static RuntimeDelegateRuntimeDelegate. cachedDelegateMethods in jakarta.ws.rs.ext that return RuntimeDelegate Modifier and Type Method Description private static RuntimeDelegateRuntimeDelegate. findDelegate()Obtain aRuntimeDelegateinstance using the method described ingetInstance().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.
-