case class DynamicPart(name: String, constraint: String, encodeable: Boolean) extends PathPart with Product with Serializable
A dynamically extracted part of the path.
- name
The name of the part.
- constraint
The constraint - that is, the type.
- encodeable
Whether the path should be encoded/decoded.
- Source
- PathPattern.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamicPart
- Serializable
- Serializable
- Product
- Equals
- PathPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DynamicPart(name: String, constraint: String, encodeable: Boolean)
- name
The name of the part.
- constraint
The constraint - that is, the type.
- encodeable
Whether the path should be encoded/decoded.
Value Members
- val constraint: String
- val encodeable: Boolean
- val name: String
-
def
toString(): String
- Definition Classes
- DynamicPart → AnyRef → Any