bigInteger

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

Creates a required PathVariable expecting a BigInteger value.

Return

path variable backed by the big integer codec.

Parameters

name

canonical parameter name embedded in the URI template.