object RequestDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Aux[Step, OutputT] = RequestDecoder[Step] { type Output = OutputT }
- sealed trait DecodingError extends AnyRef
- type Fn[Output] = (RequestContext) => Future[Either[DecodingError, (RequestContext, Output)]]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T](implicit rd: RequestDecoder[T]): Aux[T, RequestDecoder.Output]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val binaryStreamDecoder: RequestDecoder[Binary.type] { type Output = net.reactivecore.fhttp.helper.VTree.Branch[net.reactivecore.fhttp.helper.VTree.Leaf[String],net.reactivecore.fhttp.helper.VTree.Leaf[akka.stream.scaladsl.Source[akka.util.ByteString, _]]] }
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def decodeMapped[A, B, T <: TypedInput[A], V](implicit aux: Aux[T, Leaf[A]]): Aux[MappedInput[A, B, T], Leaf[B]]
- implicit def elemDecoder[H, T <: HList, HP <: VTree, TP <: VTree](implicit h: Aux[H, HP], aux: Aux[T, TP]): Aux[::[H, T], Branch[HP, TP]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val fixedPathDecoder: Aux[ExtraPathFixed, Empty]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val headerValueDecoder: Aux[AddHeader, Leaf[String]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make[Step, Producing <: VTree](f: (Step) => Fn[Producing]): Aux[Step, Producing]
Generate a new Request Decoder.
- def mapFn[From, To](f: Fn[From], m: (From) => To): Fn[To]
- implicit def mapped[T]: Aux[MappedPayload[T], Leaf[T]]
- implicit def multipartDecoder[T <: HList, Producing <: VTree](implicit multipartDecoder: MultipartDecoder.Aux[T, Producing]): Aux[Multipart[T], Producing]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val nilDecoder: Aux[HNil, Empty]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val queryParameterDecoder: Aux[AddQueryParameter, Leaf[String]]
- implicit def queryParameterMapDecoder[T]: Aux[QueryParameterMap[T], Leaf[T]]
- implicit val stringPathDecoder: Aux[ExtraPath.type, Leaf[String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object DecodingError
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated