ApplyPartialQueryParam
oxygen.http.core.RequestNonPathCodec.ApplyPartialQueryParam
final case class ApplyPartialQueryParam[A](partial: PartialParamCodec[A], name: String, doc: Option[String]) extends RequestNonPathCodec[A]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait 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