Companion
object Companion : Defaults<PathVariable<Unit>, PathVariable<Boolean>, PathVariable<Byte>, PathVariable<Short>, PathVariable<Int>, PathVariable<Long>, PathVariable<Float>, PathVariable<Double>, PathVariable<BigInteger>, PathVariable<BigDecimal>, PathVariable<String>, PathVariable<UUID>> (source)
Factory helpers for common path variable types.
Functions
Link copied to clipboard
Creates a path variable backed by the BigDecimal string codec.
Link copied to clipboard
Creates a path variable backed by the BigInteger string codec.
Link copied to clipboard
Creates a path variable backed by the Boolean string codec.
Link copied to clipboard
Creates a path variable backed by the Byte string codec.
Link copied to clipboard
Creates a path variable backed by the Double string codec.
Link copied to clipboard
Creates a path variable backed by the Float string codec.
Link copied to clipboard
Creates a path variable backed by the Int string codec.
Link copied to clipboard
Creates a path variable backed by the Long string codec.
Link copied to clipboard
Creates a path variable backed by the Short string codec.
Link copied to clipboard
Creates a path variable backed by the String string codec.
Link copied to clipboard
Creates a path variable backed by Tapik's Unit string codec.
Link copied to clipboard
Creates a path variable backed by the UUID string codec.