int

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

Creates a required PathVariable expecting an integer value.

Return

path variable backed by the int codec.

Parameters

name

canonical parameter name embedded in the URI template.