uuid

open override fun uuid(name: String): PathVariable<UUID>(source)

Creates a required PathVariable expecting a UUID value.

Return

path variable backed by the UUID codec.

Parameters

name

canonical parameter name embedded in the URI template.