Packages

p

akka.http.scaladsl

unmarshalling

package unmarshalling

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. unmarshalling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FromByteStringUnmarshaller[T] = Unmarshaller[ByteString, T]
  2. type FromEntityUnmarshaller[T] = Unmarshaller[HttpEntity, T]
  3. type FromMessageUnmarshaller[T] = Unmarshaller[HttpMessage, T]
  4. type FromRequestUnmarshaller[T] = Unmarshaller[HttpRequest, T]
  5. type FromResponseUnmarshaller[T] = Unmarshaller[HttpResponse, T]
  6. type FromStrictFormFieldUnmarshaller[T] = Unmarshaller[Field, T]
  7. type FromStringUnmarshaller[T] = Unmarshaller[String, T]
  8. trait GenericUnmarshallers extends LowerPriorityGenericUnmarshallers
  9. sealed trait LowerPriorityGenericUnmarshallers extends AnyRef
  10. trait MultipartUnmarshallers extends AnyRef

    Provides akka.http.scaladsl.model.Multipart marshallers.

    Provides akka.http.scaladsl.model.Multipart marshallers. It is possible to configure the default parsing mode by providing an implicit akka.http.scaladsl.settings.ParserSettings instance.

  11. trait PredefinedFromEntityUnmarshallers extends MultipartUnmarshallers
  12. trait PredefinedFromStringUnmarshallers extends AnyRef
  13. class Unmarshal[A] extends AnyRef
  14. trait Unmarshaller[-A, B] extends javadsl.unmarshalling.Unmarshaller[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped