Uses of Class
javax.ws.rs.ext.RuntimeDelegate
Packages that use RuntimeDelegate
-
Uses of RuntimeDelegate in javax.ws.rs.ext
Fields in javax.ws.rs.ext declared as RuntimeDelegateMethods in javax.ws.rs.ext that return RuntimeDelegateModifier and TypeMethodDescriptionprivate static RuntimeDelegateRuntimeDelegate.findDelegate()Obtain aRuntimeDelegateinstance using the method described inRuntimeDelegate.getInstance().static RuntimeDelegateRuntimeDelegate.getInstance()Obtain aRuntimeDelegateinstance.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 classes.