Class PredefinedToEntityMarshallers$
java.lang.Object
org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
- All Implemented Interfaces:
- MultipartMarshallers,- PredefinedToEntityMarshallers
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PredefinedToEntityMarshallers$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMarshaller<byte[],RequestEntity> Marshaller<org.apache.pekko.util.ByteString,RequestEntity> Marshaller<char[],RequestEntity> Marshaller<org.apache.pekko.Done,RequestEntity> Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallersmultipartBoundaryLength, multipartBoundaryRandom, multipartMarshaller, randomBoundaryMethods inherited from interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallersbyteArrayMarshaller, byteStringMarshaller, charArrayMarshaller, charArrayMarshaller, marshalCharArray, stringMarshaller, stringMarshaller
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
PredefinedToEntityMarshallers$public PredefinedToEntityMarshallers$()
 
- 
- 
Method Details- 
ByteArrayMarshaller- Specified by:
- ByteArrayMarshallerin interface- PredefinedToEntityMarshallers
 
- 
ByteStringMarshaller- Specified by:
- ByteStringMarshallerin interface- PredefinedToEntityMarshallers
 
- 
CharArrayMarshaller- Specified by:
- CharArrayMarshallerin interface- PredefinedToEntityMarshallers
 
- 
DoneMarshaller- Specified by:
- DoneMarshallerin interface- PredefinedToEntityMarshallers
 
- 
StringMarshaller- Specified by:
- StringMarshallerin interface- PredefinedToEntityMarshallers
 
- 
FormDataMarshaller- Specified by:
- FormDataMarshallerin interface- PredefinedToEntityMarshallers
 
- 
MessageEntityMarshaller- Specified by:
- MessageEntityMarshallerin interface- PredefinedToEntityMarshallers
 
 
-