Object/Trait

akka.http.scaladsl.marshalling

PredefinedToEntityMarshallers

Related Docs: trait PredefinedToEntityMarshallers | package marshalling

Permalink

object PredefinedToEntityMarshallers extends PredefinedToEntityMarshallers

Source
PredefinedToEntityMarshallers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PredefinedToEntityMarshallers
  2. PredefinedToEntityMarshallers
  3. MultipartMarshallers
  4. AnyRef
  5. 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
  5. implicit val ByteStringMarshaller: ToEntityMarshaller[ByteString]

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

    Permalink
  7. implicit val DoneMarshaller: ToEntityMarshaller[Done]

    Permalink
  8. implicit val FormDataMarshaller: ToEntityMarshaller[FormData]

    Permalink
  9. implicit val MessageEntityMarshaller: ToEntityMarshaller[MessageEntity]

    Permalink
  10. implicit val StringMarshaller: ToEntityMarshaller[String]

    Permalink
  11. final def asInstanceOf[T0]: T0

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

    Permalink
  13. def byteStringMarshaller(contentType: ContentType): ToEntityMarshaller[ByteString]

    Permalink
  14. def charArrayMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[Array[Char]]

    Permalink
  15. def charArrayMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[Array[Char]]

    Permalink
  16. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  23. def multipartBoundaryLength: Int

    Permalink

    The length of randomly generated multipart boundaries (before base64 encoding).

    The length of randomly generated multipart boundaries (before base64 encoding). Can be overridden to configure.

    Attributes
    protected
    Definition Classes
    MultipartMarshallers
  24. def multipartBoundaryRandom: Random

    Permalink

    The random instance that is used to create multipart boundaries.

    The random instance that is used to create multipart boundaries. This can be overridden (e.g. in tests) to choose how a boundary is created.

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

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

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

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

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

    Permalink

    The method used to create boundaries in multipartMarshaller.

    The method used to create boundaries in multipartMarshaller. Can be overridden to create custom boundaries.

    Attributes
    protected
    Definition Classes
    MultipartMarshallers
  30. def stringMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[String]

    Permalink
  31. def stringMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[String]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from MultipartMarshallers

Inherited from AnyRef

Inherited from Any

Ungrouped