Package

akka.http.scaladsl

unmarshalling

Permalink

package unmarshalling

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy
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]

    Permalink
  2. type FromEntityUnmarshaller[T] = Unmarshaller[HttpEntity, T]

    Permalink
  3. type FromMessageUnmarshaller[T] = Unmarshaller[HttpMessage, T]

    Permalink
  4. type FromRequestUnmarshaller[T] = Unmarshaller[HttpRequest, T]

    Permalink
  5. type FromResponseUnmarshaller[T] = Unmarshaller[HttpResponse, T]

    Permalink
  6. type FromStrictFormFieldUnmarshaller[T] = Unmarshaller[Field, T]

    Permalink
  7. type FromStringUnmarshaller[T] = Unmarshaller[String, T]

    Permalink
  8. trait GenericUnmarshallers extends LowerPriorityGenericUnmarshallers

    Permalink
  9. sealed trait LowerPriorityGenericUnmarshallers extends AnyRef

    Permalink
  10. trait MultipartUnmarshallers extends AnyRef

    Permalink

    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

    Permalink
  12. trait PredefinedFromStringUnmarshallers extends AnyRef

    Permalink
  13. class Unmarshal[A] extends AnyRef

    Permalink
  14. trait Unmarshaller[-A, B] extends javadsl.unmarshalling.Unmarshaller[A, B]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped