o
org.apache.pekko.http.scaladsl.marshalling
PredefinedToEntityMarshallers
Companion trait PredefinedToEntityMarshallers
object PredefinedToEntityMarshallers extends PredefinedToEntityMarshallers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PredefinedToEntityMarshallers
- PredefinedToEntityMarshallers
- MultipartMarshallers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit val ByteArrayMarshaller: ToEntityMarshaller[Array[Byte]]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val ByteStringMarshaller: ToEntityMarshaller[ByteString]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val CharArrayMarshaller: ToEntityMarshaller[Array[Char]]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val DoneMarshaller: ToEntityMarshaller[Done]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val FormDataMarshaller: ToEntityMarshaller[FormData]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val MessageEntityMarshaller: ToEntityMarshaller[MessageEntity]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit val StringMarshaller: ToEntityMarshaller[String]
- Definition Classes
- PredefinedToEntityMarshallers
- def byteArrayMarshaller(contentType: ContentType): ToEntityMarshaller[Array[Byte]]
- Definition Classes
- PredefinedToEntityMarshallers
- def byteStringMarshaller(contentType: ContentType): ToEntityMarshaller[ByteString]
- Definition Classes
- PredefinedToEntityMarshallers
- def charArrayMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[Array[Char]]
- Definition Classes
- PredefinedToEntityMarshallers
- def charArrayMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[Array[Char]]
- Definition Classes
- PredefinedToEntityMarshallers
- implicit def multipartMarshaller[T <: Multipart](implicit log: LoggingAdapter = DefaultNoLogging): ToEntityMarshaller[T]
- Definition Classes
- MultipartMarshallers
- def stringMarshaller(mediaType: WithFixedCharset): ToEntityMarshaller[String]
- Definition Classes
- PredefinedToEntityMarshallers
- def stringMarshaller(mediaType: WithOpenCharset): ToEntityMarshaller[String]
- Definition Classes
- PredefinedToEntityMarshallers