string

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

Creates a required PathVariable expecting a String value.

Return

path variable backed by the string codec.

Parameters

name

canonical parameter name embedded in the URI template.