UUIDVar
io.quartz.http2.UUIDVar
object UUIDVar
UUID extractor of a path variable:
Path("/user/13251d88-7a73-4fcf-b935-54dfae9f023e") match {
case Root / "user" / UUIDVar(userId) => ...
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UUIDVar.type
Members list
In this article