Interface PredefinedToEntityMarshallers
- All Superinterfaces:
- MultipartMarshallers
- All Known Implementing Classes:
- Marshaller$,- PredefinedToEntityMarshallers$
- 
Method SummaryModifier 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.MultipartMarshallersmultipartBoundaryLength, multipartBoundaryRandom, multipartMarshaller, randomBoundary
- 
Method Details- 
ByteArrayMarshallerMarshaller<byte[],RequestEntity> ByteArrayMarshaller()
- 
byteArrayMarshaller
- 
ByteStringMarshallerMarshaller<org.apache.pekko.util.ByteString,RequestEntity> ByteStringMarshaller()
- 
byteStringMarshallerMarshaller<org.apache.pekko.util.ByteString,RequestEntity> byteStringMarshaller(ContentType contentType) 
- 
CharArrayMarshallerMarshaller<char[],RequestEntity> CharArrayMarshaller()
- 
charArrayMarshaller
- 
charArrayMarshaller
- 
marshalCharArray
- 
DoneMarshallerMarshaller<org.apache.pekko.Done,RequestEntity> DoneMarshaller()
- 
StringMarshallerMarshaller<String,RequestEntity> StringMarshaller()
- 
stringMarshaller
- 
stringMarshaller
- 
FormDataMarshallerMarshaller<FormData,RequestEntity> FormDataMarshaller()
- 
MessageEntityMarshallerMarshaller<RequestEntity,RequestEntity> MessageEntityMarshaller()
 
-