Uses of Class
javax.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 javax.ws.rs.ext
Methods in javax.ws.rs.ext that return RuntimeDelegateModifier and TypeMethodDescriptionstatic RuntimeDelegateRuntimeDelegate.getInstance()Obtain a RuntimeDelegate instance.Methods in javax.ws.rs.ext with parameters of type RuntimeDelegateModifier and TypeMethodDescriptionstatic voidRuntimeDelegate.setInstance(RuntimeDelegate rd) Set the runtime delegate that will be used by JAX-RS classes.