Uses of Class
javax.ws.rs.ext.RuntimeDelegate
-
Packages that use RuntimeDelegate Package Description javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
-
Uses of RuntimeDelegate in javax.ws.rs.ext
Methods in javax.ws.rs.ext that return RuntimeDelegate Modifier and Type Method Description static RuntimeDelegate
RuntimeDelegate. getInstance()
Obtain aRuntimeDelegate
instance.Methods in javax.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 classes.
-