case class DynamicPart(name: String, constraint: String, encodeable: Boolean) extends PathPart with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamicPart
- Serializable
- Product
- Equals
- PathPart
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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.
A dynamically extracted part of the path.
The name of the part.
The constraint - that is, the type.
Whether the path should be encoded/decoded.