Functions

Link copied to clipboard
open override fun bigDecimal(name: String): PathVariable<BigDecimal>

Creates a path variable backed by the BigDecimal string codec.

Link copied to clipboard
open override fun bigInteger(name: String): PathVariable<BigInteger>

Creates a path variable backed by the BigInteger string codec.

Link copied to clipboard
open override fun boolean(name: String): PathVariable<Boolean>

Creates a path variable backed by the Boolean string codec.

Link copied to clipboard
open override fun byte(name: String): PathVariable<Byte>

Creates a path variable backed by the Byte string codec.

Link copied to clipboard
open override fun double(name: String): PathVariable<Double>

Creates a path variable backed by the Double string codec.

Link copied to clipboard
open override fun float(name: String): PathVariable<Float>

Creates a path variable backed by the Float string codec.

Link copied to clipboard
open override fun int(name: String): PathVariable<Int>

Creates a path variable backed by the Int string codec.

Link copied to clipboard
open override fun long(name: String): PathVariable<Long>

Creates a path variable backed by the Long string codec.

Link copied to clipboard
open override fun short(name: String): PathVariable<Short>

Creates a path variable backed by the Short string codec.

Link copied to clipboard
open override fun string(name: String): PathVariable<String>

Creates a path variable backed by the String string codec.

Link copied to clipboard
open override fun unit(name: String): PathVariable<Unit>

Creates a path variable backed by Tapik's Unit string codec.

Link copied to clipboard
open override fun uuid(name: String): PathVariable<UUID>

Creates a path variable backed by the UUID string codec.