ApplyPartialBodySingle
oxygen.http.core.RequestNonPathCodec.ApplyPartialBodySingle
final case class ApplyPartialBodySingle[A](partial: Single[A], name: String, doc: Option[String]) extends ApplyPartialBody[A]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ApplyPartialBody[A]trait RequestNonPathCodec[A]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def decode(queryParams: QueryParams, headers: Headers, body: Body): ZIO[Scope, RequestDecodingFailure, A]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- RequestNonPathCodec
Attributes
- Inherited from:
- RequestNonPathCodec
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- RequestNonPathCodec
Attributes
- Inherited from:
- RequestNonPathCodec
Concrete fields
In this article