harness.endpoint.spec.NonBodyInputCodec$.OtherSchema$
See theOtherSchema companion trait
object OtherSchema
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
OtherSchema.type
Members list
Type members
Classlikes
final case class CookieSchema(key: String, schema: Schema[_], required: Boolean) extends HeaderBasedSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderBasedSchematrait OtherSchemaclass Objecttrait Matchableclass AnyShow all
sealed trait HeaderBasedSchema extends OtherSchema
Attributes
- Supertypes
- Known subtypes
final case class HeaderOrCookieSchema(key: String, schema: Schema[_], required: Boolean) extends HeaderBasedSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderBasedSchematrait OtherSchemaclass Objecttrait Matchableclass AnyShow all
final case class HeaderSchema(key: String, schema: Schema[_], requirement: Requirement) extends HeaderBasedSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HeaderBasedSchematrait OtherSchemaclass Objecttrait Matchableclass AnyShow all
final case class QuerySchema(key: String, schema: Schema[_], requirement: Requirement) extends OtherSchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OtherSchemaclass 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