VarExp

final case class VarExp(names: List[String]) extends PathDef

Level 1 allows string expansion (Section 3.2.2)

Level 3 allows string expansion with multiple variables (Section 3.2.2)

Companion:
object
Source:
UriTemplate.scala
trait Product
trait Equals
trait PathDef
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product