harness.endpoint.spec.PathSchema$
See thePathSchema companion trait
object PathSchema
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PathSchema.type
Members list
Type members
Classlikes
final case class Const(p: String) extends PathSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathSchemaclass Objecttrait Matchableclass AnyShow all
final case class Param(name: String, schema: Schema[_]) extends PathSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathSchemaclass Objecttrait Matchableclass AnyShow all
final case class Rest(name: String) extends PathSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathSchemaclass Objecttrait Matchableclass AnyShow all
final case class RestNel(name: String) extends PathSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PathSchemaclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article