Object/Trait

scalut.akka.http.marshalling

DefaultToEntityMarshallers

Related Docs: trait DefaultToEntityMarshallers | package marshalling

Permalink

object DefaultToEntityMarshallers extends DefaultToEntityMarshallers

Linear Supertypes
DefaultToEntityMarshallers, PredefinedToEntityMarshallers, MultipartMarshallers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultToEntityMarshallers
  2. DefaultToEntityMarshallers
  3. PredefinedToEntityMarshallers
  4. MultipartMarshallers
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val ByteArrayMarshaller: ToEntityMarshaller[Array[Byte]]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  5. implicit val ByteStringMarshaller: ToEntityMarshaller[ByteString]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  6. implicit val CharArrayMarshaller: ToEntityMarshaller[Array[Char]]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  7. implicit val DoneMarshaller: ToEntityMarshaller[Done]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  8. implicit val FormDataMarshaller: ToEntityMarshaller[FormData]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  9. implicit val MessageEntityMarshaller: ToEntityMarshaller[MessageEntity]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  10. implicit val RequestParamsMarshaller: ToEntityMarshaller[RequestParams]

    Permalink
    Definition Classes
    DefaultToEntityMarshallers
  11. implicit val StringMarshaller: ToEntityMarshaller[String]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def byteArrayMarshaller(contentType: ContentType): ToEntityMarshaller[Array[Byte]]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  14. def byteStringMarshaller(contentType: ContentType): ToEntityMarshaller[ByteString]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  15. def charArrayMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[Array[Char]]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  16. def charArrayMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[Array[Char]]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def multipartBoundaryLength: Int

    Permalink
    Attributes
    protected
    Definition Classes
    MultipartMarshallers
  25. def multipartBoundaryRandom: Random

    Permalink
    Attributes
    protected
    Definition Classes
    MultipartMarshallers
  26. implicit def multipartMarshaller[T <: Multipart](implicit log: LoggingAdapter): ToEntityMarshaller[T]

    Permalink
    Definition Classes
    MultipartMarshallers
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def randomBoundary(): String

    Permalink
    Attributes
    protected
    Definition Classes
    MultipartMarshallers
  31. def requestParamsMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[RequestParams]

    Permalink
    Definition Classes
    DefaultToEntityMarshallers
  32. def stringMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[String]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  33. def stringMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[String]

    Permalink
    Definition Classes
    PredefinedToEntityMarshallers
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PredefinedToEntityMarshallers

Inherited from MultipartMarshallers

Inherited from AnyRef

Inherited from Any

Ungrouped