Interface PredefinedToEntityMarshallers
- All Superinterfaces:
MultipartMarshallers
- All Known Implementing Classes:
Marshaller$
,PredefinedToEntityMarshallers$
-
Method Summary
Modifier and TypeMethodDescriptionMarshaller<byte[],
RequestEntity> byteArrayMarshaller
(ContentType contentType) Marshaller<byte[],
RequestEntity> Marshaller<org.apache.pekko.util.ByteString,
RequestEntity> byteStringMarshaller
(ContentType contentType) Marshaller<org.apache.pekko.util.ByteString,
RequestEntity> Marshaller<char[],
RequestEntity> charArrayMarshaller
(MediaType.WithFixedCharset mediaType) Marshaller<char[],
RequestEntity> charArrayMarshaller
(MediaType.WithOpenCharset mediaType) Marshaller<char[],
RequestEntity> Marshaller<org.apache.pekko.Done,
RequestEntity> marshalCharArray
(char[] value, ContentType.NonBinary contentType) stringMarshaller
(MediaType.WithFixedCharset mediaType) stringMarshaller
(MediaType.WithOpenCharset mediaType) Methods inherited from interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
multipartBoundaryLength, multipartBoundaryRandom, multipartMarshaller, randomBoundary
-
Method Details
-
ByteArrayMarshaller
Marshaller<byte[],RequestEntity> ByteArrayMarshaller() -
byteArrayMarshaller
-
ByteStringMarshaller
Marshaller<org.apache.pekko.util.ByteString,RequestEntity> ByteStringMarshaller() -
byteStringMarshaller
Marshaller<org.apache.pekko.util.ByteString,RequestEntity> byteStringMarshaller(ContentType contentType) -
CharArrayMarshaller
Marshaller<char[],RequestEntity> CharArrayMarshaller() -
charArrayMarshaller
-
charArrayMarshaller
-
marshalCharArray
-
DoneMarshaller
Marshaller<org.apache.pekko.Done,RequestEntity> DoneMarshaller() -
StringMarshaller
Marshaller<String,RequestEntity> StringMarshaller() -
stringMarshaller
-
stringMarshaller
-
FormDataMarshaller
Marshaller<FormData,RequestEntity> FormDataMarshaller() -
MessageEntityMarshaller
Marshaller<RequestEntity,RequestEntity> MessageEntityMarshaller()
-