Class PredefinedToEntityMarshallers$
java.lang.Object
org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
- All Implemented Interfaces:
MultipartMarshallers,PredefinedToEntityMarshallers
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PredefinedToEntityMarshallers$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
multipartBoundaryLength, multipartBoundaryRandom, multipartMarshaller, randomBoundaryMethods inherited from interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
byteArrayMarshaller, 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 interfacePredefinedToEntityMarshallers
-
ByteStringMarshaller
- Specified by:
ByteStringMarshallerin interfacePredefinedToEntityMarshallers
-
CharArrayMarshaller
- Specified by:
CharArrayMarshallerin interfacePredefinedToEntityMarshallers
-
DoneMarshaller
- Specified by:
DoneMarshallerin interfacePredefinedToEntityMarshallers
-
StringMarshaller
- Specified by:
StringMarshallerin interfacePredefinedToEntityMarshallers
-
FormDataMarshaller
- Specified by:
FormDataMarshallerin interfacePredefinedToEntityMarshallers
-
MessageEntityMarshaller
- Specified by:
MessageEntityMarshallerin interfacePredefinedToEntityMarshallers
-